Skip to content

Commit

Permalink
Org face and recentf exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
KaratasFurkan committed Sep 10, 2020
1 parent 1bedd60 commit 0f8cec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ company-yasnippet' to all company backends."
;; Use with `helm-recentf'
:straight (:type built-in)
:custom
(recentf-exclude `(,(expand-file-name "straight/" user-emacs-directory)))
(recentf-exclude `(,(expand-file-name "straight/" user-emacs-directory) "/usr/share/emacs/"))
(recentf-max-saved-items 200))
#+END_SRC

Expand Down Expand Up @@ -2434,7 +2434,7 @@ else call `dired-find-file'"
(org-hide-emphasis-markers t)
:custom-face
(org-block ((t (:extend t))))
(org-ellipsis ((t (:foreground nil :inherit font-lock-comment-face :weight light :height ,fk/default-font-size))))
(org-ellipsis ((t (:foreground nil :inherit org-tag :weight light :height ,fk/default-font-size))))
(org-checkbox ((t (:foreground "white"))))
(org-block-begin-line ((t (:extend t))))
(org-block-end-line ((t (:extend t))))
Expand Down

0 comments on commit 0f8cec6

Please sign in to comment.