|
|
@ -59,6 +59,7 @@
|
|
|
|
yaml-mode
|
|
|
|
yaml-mode
|
|
|
|
editorconfig
|
|
|
|
editorconfig
|
|
|
|
auto-complete
|
|
|
|
auto-complete
|
|
|
|
|
|
|
|
idle-highlight-mode
|
|
|
|
|
|
|
|
|
|
|
|
;; edit html tags like sexps
|
|
|
|
;; edit html tags like sexps
|
|
|
|
tagedit))
|
|
|
|
tagedit))
|
|
|
@ -89,6 +90,7 @@
|
|
|
|
(global-linum-mode)
|
|
|
|
(global-linum-mode)
|
|
|
|
(which-key-mode)
|
|
|
|
(which-key-mode)
|
|
|
|
(editorconfig-mode 1)
|
|
|
|
(editorconfig-mode 1)
|
|
|
|
|
|
|
|
(add-hook 'prog-mode-hook (lambda () (idle-highlight-mode t)))
|
|
|
|
|
|
|
|
|
|
|
|
(defun clojure-mode-hook ()
|
|
|
|
(defun clojure-mode-hook ()
|
|
|
|
(clj-refactor-mode 1)
|
|
|
|
(clj-refactor-mode 1)
|
|
|
@ -115,7 +117,7 @@
|
|
|
|
'(initial-frame-alist (quote ((fullscreen . maximized))))
|
|
|
|
'(initial-frame-alist (quote ((fullscreen . maximized))))
|
|
|
|
'(package-selected-packages
|
|
|
|
'(package-selected-packages
|
|
|
|
(quote
|
|
|
|
(quote
|
|
|
|
(neotree smex rainbow-delimiters clj-refactor which-key ac-cider company js3-mode less-css-mode sass-mode paredit markdown-mode yaml-mode editorconfig auto-complete parinfer git-commit cider clojure-mode projectile better-defaults))))
|
|
|
|
(idle-highlight-mode neotree smex rainbow-delimiters clj-refactor which-key ac-cider company js3-mode less-css-mode sass-mode paredit markdown-mode yaml-mode editorconfig auto-complete parinfer git-commit cider clojure-mode projectile better-defaults))))
|
|
|
|
(custom-set-faces
|
|
|
|
(custom-set-faces
|
|
|
|
;; custom-set-faces was added by Custom.
|
|
|
|
;; custom-set-faces was added by Custom.
|
|
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
|
|