Various updates #2

This commit is contained in:
Vincent Ambo 2014-06-15 12:22:18 +02:00
parent 0ae66bb85e
commit bbe5e31268
3 changed files with 7 additions and 3 deletions

View file

@ -12,6 +12,7 @@
"/usr/local/bin:"
(concat home-dir "/bin:")
"/usr/local/share/python:"
"/opt/java/bin"
eshell-path-env))
(setenv "PATH" eshell-path-env))

View file

@ -18,7 +18,6 @@
(add-hook 'auto-complete-mode-hook
'set-auto-complete-as-completion-at-point-function)
;; Configure CIDER (Clojure REPL) and clojure-mode
(defun cider-mode-setup ()

View file

@ -30,12 +30,15 @@
iy-go-to-char
magit
multiple-cursors
mvn
nyan-mode
paredit
password-store
projectile
puppet-mode
rainbow-delimiters
rainbow-mode
rust-mode
s
smex
smart-mode-line
@ -111,5 +114,6 @@
;; Seed RNG
(random t)
;; Start server for emacsclient
;; (server-start)
;; SML should respect theme colours
(setq sml/theme 'black)
(sml/setup)