9 lines
241 B
Org Mode
9 lines
241 B
Org Mode
#+TITLE: Custom Elisp Functions
|
|
|
|
As of now, I haven't added anything here, though I do expect to start adding some custom functions as I learn more about Elisp.
|
|
|
|
#+begin_src emacs-lisp
|
|
(message "functions.org: No functions yet!")
|
|
#+end_src
|
|
|