|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ; this goes in chemacs2 init -- DO NOT UNCOMMENT |
|
|
|
|
(package-initialize) ; this goes in chemacs2 init -- DO NOT UNCOMMENT |
|
|
|
|
(add-to-list 'package-selected-packages |
|
|
|
|
'(helpful helm helm-org helm-ls-git dired-rainbow dired-rainbow-listing dired-single dash s origami diminish persp-mode modus-themes transpose-frame use-package) |
|
|
|
|
'(helpful helm helm-org helm-ls-git projectile dired-rainbow dired-rainbow-listing dired-single dash s origami diminish persp-mode modus-themes transpose-frame use-package) |
|
|
|
|
) |
|
|
|
|
(require 'use-package) |
|
|
|
|
|
|
|
|
@ -352,6 +352,11 @@
|
|
|
|
|
(add-to-list 'helm-completing-read-handlers-alist '(org-capture . helm-org-completing-read-tags)) |
|
|
|
|
(add-to-list 'helm-completing-read-handlers-alist '(org-set-tags . helm-org-completing-read-tags)) |
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
|
|
|
; projectile |
|
|
|
|
(projectile-mode +1) |
|
|
|
|
(define-key projectile-mode-map (kbd "C-c j") 'projectile-command-map) |
|
|
|
|
|
|
|
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
|
|
|
; flyspell |
|
|
|
|
;(require 'flyspell) |
|
|
|
|