From 159f0c026fee797c1b7698fc60a4629b194b7583 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 26 Oct 2021 14:21:59 -0400 Subject: [PATCH] [emacs] Pin git forge --- emacs/.config/doom/config.org | 9 +++++---- emacs/.config/doom/packages.el | 3 +++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index c75bb2e..53d2db3 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -19,9 +19,9 @@ to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus for it's retro charm. Nimbus just doesn't look great when I'm tired though. #+BEGIN_SRC emacs-lisp (setq doom-theme 'farmhouse-dark - doom-font (font-spec :family "JetBrains Mono" :size 10 :weight 'regular) - doom-big-font (font-spec :family "JetBrains Mono" :size 18 :weight 'regular) - doom-variable-pitch-font (font-spec :family "Overpass" :size 16)) + doom-font (font-spec :family "Go Mono" :size 13 :weight 'regular) + doom-big-font (font-spec :family "Go Mono" :size 16 :weight 'regular) + doom-variable-pitch-font (font-spec :family "Overpass" :size 13)) #+END_SRC ** Borders Barring the unfortunate end of X11 development and my eventual transition to @@ -66,6 +66,7 @@ border. :desc "isort buffer" "I" #'py-isort-buffer :desc "Links in buffer" "l" #'ace-link-org) (:prefix "s" + :desc "Copy link hints" "c" #'link-hint-copy-link :desc "Search the web" "w" #'web-search :desc "Goto URL in eww" "u" #'eww-browse-url :desc "Search in eww" "3" #'eww-search-words @@ -221,7 +222,7 @@ a serif font when I’m writing a lot of words. ("l" "Link" entry (file "~/var/org/index.org") "* TODO %a\n %?\n %i")) org-todo-keywords - '((sequence "TODO(t)" "NEXT(n)" "MAYBE(m)" "|" "DONE(d)" "WONTDO(w)")) + '((sequence "TODO(t)" "NEXT(n)" "WAITING(w)" "|" "DONE(d)")) org-modules '(ol-eshell ol-notmuch ob-eval diff --git a/emacs/.config/doom/packages.el b/emacs/.config/doom/packages.el index 2c97130..39f878a 100644 --- a/emacs/.config/doom/packages.el +++ b/emacs/.config/doom/packages.el @@ -48,3 +48,6 @@ (package! kaolin-themes) (package! farmhouse-theme) (package! nyan-mode) + +;https://github.com/hlissner/doom-emacs/issues/5530 +(unpin! magit forge)