diff options
author | EuAndreh <eu@euandre.org> | 2018-09-22 13:56:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-09-22 13:56:48 -0300 |
commit | 700bb9786c2d4f8db35efa5b9c75a454f51430d6 (patch) | |
tree | 76086c5eb39510f22b3195102daeb0168056700c | |
parent | Subscribe to playlist. (diff) | |
download | dotfiles-700bb9786c2d4f8db35efa5b9c75a454f51430d6.tar.gz dotfiles-700bb9786c2d4f8db35efa5b9c75a454f51430d6.tar.xz |
Remove FIXME comments.
-rw-r--r-- | git/gitconfig.ini | bin | 2142 -> 2099 bytes | |||
-rw-r--r-- | spacemacs.el | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/git/gitconfig.ini b/git/gitconfig.ini Binary files differindex cf1fb0b..ddad010 100644 --- a/git/gitconfig.ini +++ b/git/gitconfig.ini diff --git a/spacemacs.el b/spacemacs.el index 3afd983..4e9e855 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -583,7 +583,6 @@ dump." ("M-SPC" . (lambda () (interactive) (just-one-space -1))) ("M-[" . (lambda () (interactive) (find-file "~/tmp/scratch.org"))))) -;; FIXME: put in a layer (defvar custom-el-files '("~/annex/dev/code/dotfiles/emacs/re-jump.el" "~/annex/dev/code/dotfiles/emacs/not-much.el" "~/.quicklisp/slime-helper.el")) |