From dbe8099bbe4578f71b8fde3e1a903a24b49584dc Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 7 Oct 2023 16:16:45 +0200 Subject: [PATCH] Remove unused vars from custom gnu file --- bundle/custom_gnu.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index f8cf7e79..498903b5 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -12,7 +12,6 @@ '(bookmark-default-file "~/bookmarks.el") '(delete-selection-mode nil) '(diary-file "~/Documents/org/diary") - '(doc-view-resolution 150) '(gnus-init-file "~/.emacs.d/.gnus.el") '(hl-paren-colors '("#B9F" "#B8D" "#B7B" "#B69" "#B57" "#B45" "#B33" "#B11")) '(hl-todo-keyword-faces @@ -47,7 +46,6 @@ '(package-enable-at-startup t) '(package-selected-packages '(ob-restclient restclient which-key auctex js2-mode gptel ob-http geiser-guile geiser-racket geiser typescript-mode yaml-mode shrface plantuml-mode htmlize nim-mode hyperbole ox-rss keepass-mode jabber ox-pandoc mastodon w3m spotify cider clojure-mode mpv markdown-mode csv-mode ox-reveal ob-go org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov vertico emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package)) - '(plantuml-default-exec-mode 'jar) '(python-shell-interpreter "ipython") '(python-shell-interpreter-args "-i --simple-prompt --InteractiveShell.display_page=True") '(scroll-bar-mode nil)