feat(emacs): merge

This commit is contained in:
Pavel Korytov 2021-03-16 13:01:49 +03:00
parent 9eda3a739c
commit e258ec45ff
2 changed files with 1 additions and 11 deletions

View file

@ -1061,7 +1061,7 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
(add-hook 'org-mode-hook (lambda () (org-superstar-mode 1))))
#+end_src
** Org Agenda
#+begin_src emacs-lisp
#+begin_src emacs-lisp :tangle no
(setq org-agenda-category-icon-alist `(
("work" ,(list (all-the-icons-faicon "cog")) nil nil :ascent center)
("lesson" ,(list (all-the-icons-faicon "book")) nil nil :ascent center)

View file

@ -839,16 +839,6 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
:config
(add-hook 'org-mode-hook (lambda () (org-superstar-mode 1))))
(setq org-agenda-category-icon-alist `(
("work" ,(list (all-the-icons-faicon "cog")) nil nil :ascent center)
("lesson" ,(list (all-the-icons-faicon "book")) nil nil :ascent center)
("education" ,(list (all-the-icons-material "build")) nil nil :ascent center)
("meeting" ,(list (all-the-icons-material "chat")) nil nil :ascent center)
("music" ,(list (all-the-icons-faicon "music")) nil nil :ascent center)
("misc" ,(list (all-the-icons-material "archive")) nil nil :ascent center)
("event" ,(list (all-the-icons-octicon "clock")) nil nil :ascent center)
))
(use-package hide-mode-line
:straight t)