Name coded in config.org (emacs)
This commit is contained in:
parent
8467795708
commit
f2d2b36356
@ -16,8 +16,8 @@ Just me!
|
|||||||
|
|
||||||
#+NAME: personal-info
|
#+NAME: personal-info
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq user-full-name "%NAME%"
|
(setq user-full-name "Olaf Kolkman"
|
||||||
user-mail-address "%EMAIL%")
|
user-mail-address "olaf@xolx.nl")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Initialization
|
** Initialization
|
||||||
@ -177,7 +177,7 @@ Helpful keybindings to help keep Emacs sane.
|
|||||||
(global-set-key (kbd "C-x -") 'kill-buffer-and-window)
|
(global-set-key (kbd "C-x -") 'kill-buffer-and-window)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
**** Treemacs
|
**** <Treemacs>
|
||||||
#+NAME: treemacs
|
#+NAME: treemacs
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(dl/leader-keys
|
(dl/leader-keys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user