diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-01-02 21:49:45 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-01-02 21:49:45 +1300 |
commit | 09e5eaba616ad1f2ee1de783a7acbd52afdc1f4e (patch) | |
tree | 1fa75e9c0d034debfc4fd952977c6e3e83a6e034 /emacs | |
parent | Add emacsclient logic to $VISUAL set (diff) | |
download | dotfiles-09e5eaba616ad1f2ee1de783a7acbd52afdc1f4e.tar.gz dotfiles-09e5eaba616ad1f2ee1de783a7acbd52afdc1f4e.zip |
Tidy packages list in .emacs a bit
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/emacs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/emacs b/emacs/emacs index a80f36a1..f305f99a 100644 --- a/emacs/emacs +++ b/emacs/emacs @@ -4,4 +4,8 @@ (package-initialize) (custom-set-variables '(package-selected-packages - (quote (markdown-mode fireplace)))) + (quote ( + fireplace + markdown-mode + vimrc-mode + )))) |