Various updates #2
This commit is contained in:
parent
0ae66bb85e
commit
bbe5e31268
3 changed files with 7 additions and 3 deletions
|
@ -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))
|
||||
|
|
|
@ -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 ()
|
||||
|
|
8
init.el
8
init.el
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue