mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-22 08:21:27 +00:00
update config.org meta
This commit is contained in:
parent
19f0fd5b54
commit
ba1587232b
|
@ -1,15 +1,15 @@
|
|||
#+title: Emacs config
|
||||
#+author O. George
|
||||
#+author Horhik
|
||||
#+BABEL: :cache no
|
||||
#+PROPERTY: header-args:emacs-lisp :tangle init.el
|
||||
|
||||
#+begin_src
|
||||
█ █ █▀█ █▀▄ █ █ ▀█▀ █ █ ▀ █▀▀
|
||||
█▀█ █ █ █▀▄ █▀█ █ █▀▄ ▀▀█
|
||||
▀ ▀ ▀▀▀ ▀ ▀ ▀ ▀ ▀▀▀ ▀ ▀ ▀▀▀
|
||||
█▀▄ █▀█ ▀█▀ █▀▀ ▀█▀ █ █▀▀ █▀▀
|
||||
█ █ █ █ █ █▀▀ █ █ █▀▀ ▀▀█
|
||||
▀▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀
|
||||
|
||||
#+end_src
|
||||
* Help info
|
||||
~C-z~ to toggle vim/emacs mode
|
||||
|
||||
|
|
|
@ -579,6 +579,7 @@
|
|||
(setq org-todo-keyword-faces '(("TODO" . org-warning)
|
||||
("STARTED" . "yellow")
|
||||
("DREAM" . "pink")
|
||||
("PROJECT" . "pink")
|
||||
("IDEA" . "gold")
|
||||
("READ" . "violet")
|
||||
("ARTICLE" . "lightblue")
|
||||
|
|
Loading…
Reference in a new issue