|
|
@ -101,6 +101,7 @@ There are two things you can do about this warning:
|
|
|
|
(global-linum-mode)
|
|
|
|
(global-linum-mode)
|
|
|
|
(which-key-mode)
|
|
|
|
(which-key-mode)
|
|
|
|
(editorconfig-mode 1)
|
|
|
|
(editorconfig-mode 1)
|
|
|
|
|
|
|
|
(dumb-jump-mode)
|
|
|
|
(add-hook 'prog-mode-hook (lambda () (idle-highlight-mode t)))
|
|
|
|
(add-hook 'prog-mode-hook (lambda () (idle-highlight-mode t)))
|
|
|
|
|
|
|
|
|
|
|
|
(defun clojure-mode-hook ()
|
|
|
|
(defun clojure-mode-hook ()
|
|
|
@ -128,7 +129,7 @@ There are two things you can do about this warning:
|
|
|
|
'(initial-frame-alist (quote ((fullscreen . maximized))))
|
|
|
|
'(initial-frame-alist (quote ((fullscreen . maximized))))
|
|
|
|
'(package-selected-packages
|
|
|
|
'(package-selected-packages
|
|
|
|
(quote
|
|
|
|
(quote
|
|
|
|
(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))))
|
|
|
|
(dumb-jump 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.
|
|
|
|