|
|
|
@ -158,6 +158,11 @@
|
|
|
|
|
(add-hook 'scheme-mode-hook #'aggressive-indent-mode) |
|
|
|
|
(add-hook 'clojure-mode-hook #'aggressive-indent-mode) |
|
|
|
|
|
|
|
|
|
;; Slime - requires SBCL to be installed in /usr/local/bin/ (default for the install.sh |
|
|
|
|
;; script) |
|
|
|
|
(setq inferior-lisp-program "/usr/local/bin/sbcl") |
|
|
|
|
(setq slime-contribs '(slime-fancy)) |
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; Save hooks |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
@ -182,14 +187,10 @@
|
|
|
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
|
|
;; Your init file should contain only one such instance. |
|
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
|
'(lisp-indent-function (quote common-lisp-indent-function)) |
|
|
|
|
'(package-selected-packages |
|
|
|
|
(quote |
|
|
|
|
(projectile smex grizzl flycheck-pos-tip flycheck material-theme expand-region wrap-region rainbow-delimiters powerline linum-relative golden-ratio fill-column-indicator autopair exec-path-from-shell ws-butler yaml-mode python-mode protobuf-mode paredit nasm-mode meson-mode markdown-mode magit gradle-mode gitignore-mode feature-mode counsel company-jedi jedi-core company-emacs-eclim company-irony company ag))) |
|
|
|
|
|
|
|
|
|
;; Not technically a mode but mode enough. This forces emacs to ident common lisp |
|
|
|
|
;; like common lisp instead of like emacs lisp, which has unlimited else clauses in |
|
|
|
|
;; the if statement (implicit progn) and as such indents it funny. |
|
|
|
|
'(lisp-indent-function 'common-lisp-indent-function)) |
|
|
|
|
(projectile smex grizzl flycheck-pos-tip flycheck material-theme expand-region wrap-region rainbow-delimiters powerline linum-relative golden-ratio fill-column-indicator autopair exec-path-from-shell ws-butler yaml-mode python-mode protobuf-mode paredit nasm-mode meson-mode markdown-mode magit gradle-mode gitignore-mode feature-mode counsel company-jedi jedi-core company-emacs-eclim company-irony company ag)))) |
|
|
|
|
|
|
|
|
|
(custom-set-faces |
|
|
|
|
;; custom-set-faces was added by Custom. |
|
|
|
|