Config: optimize exwm config.
This commit is contained in:
@@ -6,6 +6,15 @@
|
||||
|
||||
(use-package org)
|
||||
|
||||
;; org-babel scheme
|
||||
(use-package ob-scheme
|
||||
:straight (:type built-in)
|
||||
:config
|
||||
(add-to-list 'org-babel-load-languages '(scheme . t))
|
||||
(org-babel-do-load-languages
|
||||
'org-babel-load-languages
|
||||
org-babel-load-languages))
|
||||
|
||||
;; org-contrib 和 org-checklist
|
||||
(use-package org-contrib
|
||||
:straight (org-contrib :type git :host github :repo "emacsmirror/org-contrib"
|
||||
@@ -244,12 +253,14 @@
|
||||
(setq org-tag-alist '(
|
||||
("scheme" . ?s)
|
||||
("emacs" . ?e)
|
||||
("elisp" . ?E)
|
||||
("org" . ?o)
|
||||
("linux" . ?l)
|
||||
("computer-stuff" . ?c)
|
||||
("philosophy" . ?p)
|
||||
("game" . ?g)
|
||||
("gamestudies" . ?G)
|
||||
("masterpiece" . ?m)
|
||||
))
|
||||
|
||||
;; (setq org-tags-exclude-from-inheritance '())
|
||||
|
||||
Reference in New Issue
Block a user