From f10bc2a1a9f50b00e854b1161f49610cc6bd298f Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 6 Jun 2023 18:01:35 +0100 Subject: nits --- custom/jao-custom-gnus.el | 5 +++-- init.el | 21 ++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/custom/jao-custom-gnus.el b/custom/jao-custom-gnus.el index 4ef6488..abe8ab8 100644 --- a/custom/jao-custom-gnus.el +++ b/custom/jao-custom-gnus.el @@ -370,7 +370,7 @@ "ElDiario.es - ElDiario.es: " "The Guardian: " "Aeon | a world of ideas: " - ": ")) + "Planet Debian: ")) "\\|The Conversation – Articles (.+): " "\\|unofficial mirror of [^:]+: " "\\|[gq].+ updates on arXiv.org: ")) @@ -615,7 +615,8 @@ ("nnml:bigml\\.support" "S" default) ("nnml:jao\\.\\(inbox\\|trove\\)" "I" jao-themes-f01) ("nnml:bigml\\.[^ibs]" "W" jao-themes-dimm) - ("nnml:jao.[^ist]" "J" jao-themes-dimm) + ("nnml:jao.hacking" "H" jao-themes-dimm) + ("nnml:jao.[^isth]" "J" jao-themes-dimm) (,(format "^nnml:%s" (regexp-opt feeds)) "F" jao-themes-dimm) ("feeds\\.e" "E" jao-themes-dimm) ("nnml:local" "l" jao-themes-dimm)))) diff --git a/init.el b/init.el index d28ab2b..0d5c7cc 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,13 @@ ;; -*- lexical-binding: t; -*- ;;; Initialisation +;;;; custom location of custom.el and co. +(setq custom-file (jao-site-el "custom")) +(load custom-file) +(setq custom-unlispify-tag-names nil) +(setq custom-buffer-done-kill t) +(setq custom-raised-buttons nil) + ;;;; Bootstrap and use package (defvar jao-emacs-dir (expand-file-name "~/etc/emacs")) @@ -82,14 +89,7 @@ (require 'info) (add-to-list 'Info-directory-list jao-info-dir) -;;; Custom file and preamble -;;;; custom location of custom.el and co. -(setq custom-file (jao-site-el "custom")) -;; (load custom-file) -(setq custom-unlispify-tag-names nil) -(setq custom-buffer-done-kill t) -(setq custom-raised-buttons nil) - +;;; Preamble ;;;; preamble (pre.el) (jao-load-site-el "pre") @@ -1839,11 +1839,9 @@ :config (add-hook 'magit-status-sections-hook #'forge-insert-assigned-pullreqs t) (add-hook 'magit-status-sections-hook #'forge-insert-assigned-issues t) + (use-package embark-vc :ensure t) :bind ((:map forge-topic-mode-map ("M-w" . copy-region-as-kill)))) -(use-package embark-vc - :after forge - :ensure t) ;;;; code reviews (use-package code-review @@ -2065,6 +2063,7 @@ (use-package edit-list :ensure t) (use-package package-lint :ensure t) +(use-package tree-inspector :ensure t) (defun elisp-disassemble (function) (interactive (list (function-called-at-point))) -- cgit v1.2.3