refactor(gs/emacs): Move all org-config into org-config.el
For some reason some org config was still living in the global config.el Change-Id: I2145a054ace97b91877a4397a52fd18a5c273434 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3178 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
e38e826862
commit
a73d529a94
2 changed files with 20 additions and 23 deletions
|
|
@ -353,24 +353,7 @@
|
|||
(setq evil-shift-width 2))
|
||||
|
||||
(after! org
|
||||
(load! "org-config")
|
||||
|
||||
(set-face-foreground 'org-block +solarized-s-base00)
|
||||
(add-hook! org-mode
|
||||
(add-hook! evil-normal-state-entry-hook
|
||||
#'org-align-all-tags))
|
||||
(add-hook 'org-mode-hook (lambda () (display-line-numbers-mode -1)))
|
||||
(setq whitespace-global-modes '(not org-mode magit-mode vterm-mode))
|
||||
(setf (alist-get 'file org-link-frame-setup) 'find-file-other-window)
|
||||
(set-face-foreground 'org-block +solarized-s-base00)
|
||||
|
||||
;; (add-hook! org-mode
|
||||
;; (set-company-backend! 'org-mode
|
||||
;; '(:separate company-ob-postgresql
|
||||
;; company-dabbrev
|
||||
;; company-yasnippet
|
||||
;; company-ispell)))
|
||||
)
|
||||
(load! "org-config"))
|
||||
|
||||
(after! magit
|
||||
(setq git-commit-summary-max-length 50))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue