From e6a79ce0a81c6247406e53e7a7b9ae728ea3361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 30 Nov 2022 11:25:45 +0000 Subject: [PATCH] And again --- config.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index 9f4fa49..cfd004f 100644 --- a/config.org +++ b/config.org @@ -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")