Merge branch 'master' of github.com:SqrtMinusOne/dotfiles

This commit is contained in:
Pavel Korytov 2021-03-21 21:27:56 +03:00
commit 4d116f2949
2 changed files with 1 additions and 11 deletions

View file

@ -1067,7 +1067,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

@ -821,16 +821,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)