Minor edits.

This commit is contained in:
Derek Taylor
2020-09-02 23:37:14 -05:00
parent 934d29c709
commit e8ae19d7ad
5 changed files with 19 additions and 13 deletions

View File

@@ -27,6 +27,8 @@ font string. You generally only need these two:
** ORG MODE
#+BEGIN_SRC emacs-lisp
(setq org-directory "~/Documents/org/")
(require 'org-bullets)
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
#+END_SRC
** LINE SETTINGS
@@ -56,9 +58,6 @@ Force splits to open on the right
(add-hook 'markdown-mode-hook 'prefer-horizontal-split)
#+END_SRC
#+RESULTS:
| prefer-horizontal-split | evil-markdown-mode | doom--enable-+lua-love-mode-in-markdown-mode-h | doom--enable-+javascript-npm-mode-in-markdown-mode-h |
** FILE MANAGER (dired)
Image previews in dired
#+BEGIN_SRC emacs-lisp
@@ -125,7 +124,9 @@ Image previews in dired
** MASTODON CLIENT (mastodon)
#+BEGIN_SRC emacs-lisp
(setq mastodon-instance-url "https://mastodon.technology")
(use-package mastodon
:ensure t)
(setq mastodon-instance-url "https://mastodon.technology/")
#+END_SRC
#+BEGIN_SRC emacs-lisp