diff --git a/custom.el b/custom.el index 1322db2..64e2399 100644 --- a/custom.el +++ b/custom.el @@ -21,6 +21,8 @@ '(default-input-method "rfc1345") '(delete-active-region nil) '(delete-selection-mode nil) + '(elfeed-feeds + '("http://feeds.proquest.com/rss/1158079" "https://www.proquest.com/usnews/publication/10327/citation/3A1B625413F04CFAPQ/2?accountid=14771#" "https://planet.emacslife.com/atom.xml")) '(flyspell-duplicate-distance -1) '(flyspell-lazy-idle-seconds 0.5) '(flyspell-mark-duplications-flag t) @@ -34,6 +36,7 @@ '(ibuffer-use-other-window t) '(linum-relative-current-symbol "—→") '(magit-save-repository-buffers 'dontask) + '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'") '(mml-secure-key-preferences '((OpenPGP (sign) @@ -86,10 +89,17 @@ ("melpa-stable" . "http://stable.melpa.org/packages/") ("org" . "http://orgmode.org/elpa/"))) '(package-selected-packages - '(jeison dired-du lua-mode geiser-guile adaptive-wrap org-roam excorporate helm-ag helm-projectile org-journal async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit magit-popup flycheck helm-core git-gutter markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm)) + '(org-roam elfeed jeison dired-du lua-mode geiser-guile adaptive-wrap excorporate helm-ag helm-projectile org-journal async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit magit-popup flycheck helm-core git-gutter markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm)) '(parens-require-spaces nil) '(safe-local-variable-values - '((tag-to-filenames-alist quote + '((org-heading-cycle-list + ("Cleanup [[file:~/work/][work]] dir" "Cleanup [[file:~/][home]] dir" "Cleanup [[file:~/Nextcloud][nextcloud]] dir")) + (eval save-excursion + (org-babel-goto-named-src-block "def-tag") + (org-babel-execute-src-block) + (outline-hide-sublevels 1)) + (org-confirm-babel-evaluate) + (tag-to-filenames-alist quote (("daily" . ".zshrc") ("blender" . ".zshrc.blender") ("pi" . "/ssh:ssh.jacopods.xyz:.zshrc") @@ -127,7 +137,8 @@ '(org-mode term-mode eshell-mode w3m-mode magit-mode mu4e-compose-mode)) '(truncate-partial-width-windows nil) '(visible-mark-inhibit-trailing-overlay t) - '(vterm-disable-bold-font t)) + '(vterm-disable-bold-font t) + '(warning-suppress-types '((org-element-cache)))) (custom-set-faces ;; custom-set-faces was added by Custom.