And again
This commit is contained in:
parent
27ee85c9d8
commit
e6a79ce0a8
1 changed files with 3 additions and 5 deletions
|
@ -253,7 +253,7 @@ Obviously I use an =org= file to manage my feeds.
|
|||
(setq rmh-elfeed-org-files (list "~/Documents/drive/org/feeds.org")))
|
||||
#+END_SRC
|
||||
|
||||
Standard Elfeed settings:
|
||||
Standard =elfeed= settings:
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(defun elfeed-load-db-and-open ()
|
||||
|
@ -617,7 +617,7 @@ Adds visual indication of colours to CSS files.
|
|||
|
||||
** =recentf=
|
||||
|
||||
Gives me a dialog with recently opened files. Package management and elfeed stuff have to be manually excluded for obvious reasons. Surely I don’t have to call =add-to-list= separately every time, but I haven’t found a more sensible way of doing it.
|
||||
Gives me a dialog with recently opened files. Package management and =elfeed= stuff have to be manually excluded for obvious reasons. Surely I don’t have to call =add-to-list= separately every time, but I haven’t found a more sensible way of doing it.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package recentf
|
||||
|
@ -726,9 +726,7 @@ Nice monochrome-ish light theme, reminiscent of [[https://edwardtufte.github.io/
|
|||
(load-theme 'tao-yang t)
|
||||
#+END_SRC
|
||||
|
||||
** Settings
|
||||
|
||||
Set the colours.
|
||||
** Colours
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(set-cursor-color "#61805c")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue