From cdffc846bbc81a8bbf976a46321898fdd7073c17 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 29 Jul 2013 00:53:08 +0200 Subject: Emacs: Various changes: - Moved Haskell-mode configuration to customize - Disabled Paredit in non-lisp buffers (or more explicitly: Enabled it in Elisp and Clojure buffers) - Removed some custom items that I don't use anymore (e.g. Jabber-mode because I switched to bitlbee with rcirc) - New packages: hi2 (Haskell indent mode revamped), browse-kill-ring - Always enable undo-tree-mode and recentf-mode - Keep all auto-save files in /tmp --- emacs.d/init.el | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) (limited to 'emacs.d/init.el') diff --git a/emacs.d/init.el b/emacs.d/init.el index 3710b6380b69..35d5fda16bb8 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -13,26 +13,27 @@ (when (not package-archive-contents) (package-refresh-contents)) -;; Important defvar -(defvar my-pkgs '(haskell-mode - idle-highlight-mode - ido-ubiquitous - magit - paredit - smex - ace-jump-mode - clojure-mode - leuven-theme - magit - markdown-mode - nrepl - projectile - rainbow-delimiters - geiser - quack - rainbow-mode - ) - +(defvar my-pkgs + '(ace-jump-mode + browse-kill-ring + clojure-mode + flycheck + haskell-mode + hi2 + idle-highlight-mode + ido-ubiquitous + leuven-theme + magit + magit + markdown-mode + nrepl + paredit + projectile + rainbow-delimiters + rainbow-mode + smex + geiser + quack) "A list of packages to install at launch.") (dolist (p my-pkgs) -- cgit 1.4.1