Add god mode
This commit is contained in:
parent
9546f1e17c
commit
ba588b1595
6 changed files with 51 additions and 18 deletions
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
(defun load-ocaml-site-packages ()
|
||||
"Generate ocaml config."
|
||||
(let ((opam-share (ignore-errors (car (process-lines "opam" "config" "var" "share")))))
|
||||
(let ((opam-share (ignore-errors (car (process-lines "opam" "var" "share")))))
|
||||
(when (and opam-share (file-directory-p opam-share))
|
||||
;; Register Merlin
|
||||
(add-to-list 'load-path (expand-file-name "emacs/site-lisp" opam-share))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue