Update spacemacs config

This commit is contained in:
Tony Grosinger 2019-12-02 08:10:25 -08:00
parent fe5d438c5d
commit 9c08690125

View File

@ -48,7 +48,7 @@ values."
;; shell-default-height 30
;; shell-default-position 'bottom)
search-engine
spell-checking
(spell-checking :variables spell-checking-enable-auto-dictionary t)
;; syntax-checking
;; version-control
)
@ -56,7 +56,10 @@ values."
;; wrapped in a layer. If you need some configuration for these
;; packages, then consider creating a layer. You can also put the
;; configuration in `dotspacemacs/user-config'.
dotspacemacs-additional-packages '()
dotspacemacs-additional-packages '(org-recent-headings
org-sticky-header
org-super-agenda
org-ql)
;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '()
;; A list of packages that will not be installed and loaded.
@ -413,14 +416,14 @@ you should place your code here."
(setq org-default-notes-file "~/org/refile.org")
(setq org-capture-templates
'(
("t" "Todo" entry (file+headline "~/org/personal.org" "Inbox")
("t" "Todo" entry (file+headline "~/org/2019-12-Dec.org" "Inbox")
"* TODO %?")
("w" "Work Todo" entry (file+headline "~/org/work.org" "Tasks")
"* TODO %?")
("f" "File Context Todo" entry (file+olp+datetree "~/org/2019-daily.org")
"* TODO %?\n %i\n %a")
("j" "Journal" entry (file+olp+datetree "~/org/2019-daily.org")
"* %^{Brief Description}\n %?")))
"* %^{Brief Description}\n %?")
("d" "Daily Planning" entry (file+olp+datetree "~/org/2019-12-Dec.org")
(file "~/org/templates/daily-planning.org"))))
;; Refile config
(setq org-refile-targets '((org-agenda-files :maxlevel . 3)))
@ -466,12 +469,10 @@ This function is called at the very end of Spacemacs initialization."
;; 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.
'(org-agenda-files
(quote
("~/org/work.org" "~/org/refile.org" "~/org/personal.org" "~/org/2019-daily.org")))
'(org-agenda-files (quote ("~/org")))
'(package-selected-packages
(quote
(org-ql org-recent-headings org-sticky-header ws-butler winum which-key volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spaceline powerline restart-emacs request rainbow-delimiters popwin persp-mode pcre2el paradox spinner org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint indent-guide hydra lv hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation helm-themes helm-swoop helm-projectile projectile pkg-info epl helm-mode-manager helm-make helm-flx helm-descbinds helm-ag google-translate golden-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist highlight evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu elisp-slime-nav dumb-jump f dash s diminish define-word column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line helm avy helm-core popup async))))
(org-sticky-header ws-butler winum which-key volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spaceline powerline restart-emacs request rainbow-delimiters popwin persp-mode pcre2el paradox spinner org-plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem-ipsum linum-relative link-hint indent-guide hydra lv hungry-delete hl-todo highlight-parentheses highlight-numbers parent-mode highlight-indentation helm-themes helm-swoop helm-projectile projectile pkg-info epl helm-mode-manager helm-make helm-flx helm-descbinds helm-ag google-translate golden-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search-highlight-persist highlight evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu elisp-slime-nav dumb-jump f dash s diminish define-word column-enforce-mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-compile packed aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line helm avy helm-core popup async))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.