From 20f76e536fc1c43ccea7dbe5e47a2c8118861d46 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 20 May 2019 21:42:19 -0300 Subject: Move emacs/not-much.el -> mail/not-much.el --- emacs/not-much.el | Bin 1125 -> 0 bytes mail/not-much.el | Bin 0 -> 1125 bytes spacemacs.el | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 emacs/not-much.el create mode 100644 mail/not-much.el diff --git a/emacs/not-much.el b/emacs/not-much.el deleted file mode 100644 index fdb18ad..0000000 Binary files a/emacs/not-much.el and /dev/null differ diff --git a/mail/not-much.el b/mail/not-much.el new file mode 100644 index 0000000..fdb18ad Binary files /dev/null and b/mail/not-much.el differ diff --git a/spacemacs.el b/spacemacs.el index 6ee52ce..7960ea5 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -582,7 +582,7 @@ dump." ("M-s-a" . (lambda () (interactive) (insert "\\"))) ("M-s-s" . (lambda () (interactive) (insert "|"))))) -(defvar custom-el-files '("~/dev/libre/dotfiles/emacs/not-much.el" +(defvar custom-el-files '("~/dev/libre/dotfiles/mail/not-much.el" "~/.quicklisp/slime-helper.el")) (defmacro measure-time (&rest body) -- cgit v1.2.3