+function to open ~/School in dired

Useful for reading school notes
This commit is contained in:
oreodave
2019-11-04 16:49:28 +00:00
parent c6f03ed860
commit 828397aebf

View File

@@ -62,6 +62,13 @@ doom private directory.
(dired (concat org-directory "/Books")))
#+END_SRC
Open a Dired session to the books directory in the org-directory.
** Go to School directory
#+BEGIN_SRC elisp
(defun oreodave/goto-school ()
"Goto the school directory"
(interactive)
(dired (expand-file-name "~/School")))
#+END_SRC
** Hook for font ligatures
#+BEGIN_SRC elisp
(add-hook 'after-make-frame-functions