mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 03:33:03 +03:00
Merge branch 'master' of github.com:SqrtMinusOne/dotfiles
This commit is contained in:
commit
4d116f2949
2 changed files with 1 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue