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:"
|
"/usr/local/bin:"
|
||||||
(concat home-dir "/bin:")
|
(concat home-dir "/bin:")
|
||||||
"/usr/local/share/python:"
|
"/usr/local/share/python:"
|
||||||
|
"/opt/java/bin"
|
||||||
eshell-path-env))
|
eshell-path-env))
|
||||||
|
|
||||||
(setenv "PATH" eshell-path-env))
|
(setenv "PATH" eshell-path-env))
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
(add-hook 'auto-complete-mode-hook
|
(add-hook 'auto-complete-mode-hook
|
||||||
'set-auto-complete-as-completion-at-point-function)
|
'set-auto-complete-as-completion-at-point-function)
|
||||||
|
|
||||||
|
|
||||||
;; Configure CIDER (Clojure REPL) and clojure-mode
|
;; Configure CIDER (Clojure REPL) and clojure-mode
|
||||||
|
|
||||||
(defun cider-mode-setup ()
|
(defun cider-mode-setup ()
|
||||||
|
|
8
init.el
8
init.el
|
@ -30,12 +30,15 @@
|
||||||
iy-go-to-char
|
iy-go-to-char
|
||||||
magit
|
magit
|
||||||
multiple-cursors
|
multiple-cursors
|
||||||
|
mvn
|
||||||
nyan-mode
|
nyan-mode
|
||||||
paredit
|
paredit
|
||||||
|
password-store
|
||||||
projectile
|
projectile
|
||||||
puppet-mode
|
puppet-mode
|
||||||
rainbow-delimiters
|
rainbow-delimiters
|
||||||
rainbow-mode
|
rainbow-mode
|
||||||
|
rust-mode
|
||||||
s
|
s
|
||||||
smex
|
smex
|
||||||
smart-mode-line
|
smart-mode-line
|
||||||
|
@ -111,5 +114,6 @@
|
||||||
;; Seed RNG
|
;; Seed RNG
|
||||||
(random t)
|
(random t)
|
||||||
|
|
||||||
;; Start server for emacsclient
|
;; SML should respect theme colours
|
||||||
;; (server-start)
|
(setq sml/theme 'black)
|
||||||
|
(sml/setup)
|
||||||
|
|
Loading…
Reference in a new issue