diff options
author | EuAndreh <eu@euandre.org> | 2019-05-20 21:42:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-20 21:42:19 -0300 |
commit | 20f76e536fc1c43ccea7dbe5e47a2c8118861d46 (patch) | |
tree | f3d6eb29e7ea98c8cbb7b03af749a1282b383a99 | |
parent | Remove emacs/{gnus.el,re-jump.el,re-jump.elc} (diff) | |
download | dotfiles-20f76e536fc1c43ccea7dbe5e47a2c8118861d46.tar.gz dotfiles-20f76e536fc1c43ccea7dbe5e47a2c8118861d46.tar.xz |
Move emacs/not-much.el -> mail/not-much.el
-rw-r--r-- | mail/not-much.el (renamed from emacs/not-much.el) | bin | 1125 -> 1125 bytes | |||
-rw-r--r-- | spacemacs.el | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/emacs/not-much.el b/mail/not-much.el Binary files differindex fdb18ad..fdb18ad 100644 --- a/emacs/not-much.el +++ b/mail/not-much.el 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) |