Update customfile for gnu
This commit is contained in:
parent
36e814370b
commit
4729efa146
1 changed files with 12 additions and 10 deletions
|
@ -13,16 +13,17 @@
|
|||
'(calendar-location-name "Nuremberg, DE" t)
|
||||
'(calendar-longitude 11.0 t)
|
||||
'(default-frame-alist
|
||||
'((tab-bar-lines . 0)
|
||||
(font . "MonoLisa-11")
|
||||
(width . 65)
|
||||
(height . 60)
|
||||
(alpha . 100)
|
||||
(fullscreen . maximized)
|
||||
(undecorated . t)
|
||||
(horizontal-scroll-bars)))
|
||||
'((tab-bar-lines . 0)
|
||||
(font . "MonoLisa-11")
|
||||
(width . 95)
|
||||
(height . 60)
|
||||
(alpha . 100)
|
||||
(fullscreen . maximized)
|
||||
(undecorated . nil)
|
||||
(horizontal-scroll-bars)))
|
||||
'(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
|
||||
|
@ -45,6 +46,7 @@
|
|||
'(initial-buffer-choice "~/Documents/org/agenda/tasks.org")
|
||||
'(initial-frame-alist '((fullscreen . maximized) (undecorated . t)))
|
||||
'(latex-run-command "xelatex")
|
||||
'(line-spacing nil)
|
||||
'(message-user-organization "")
|
||||
'(org-agenda-files
|
||||
'("agenda/journal.org" "agenda/meetings.org" "agenda/tasks.org" "agenda/logbook.org" "agenda/appointments.org"))
|
||||
|
@ -56,7 +58,7 @@
|
|||
'(org-roam-directory "~/Documents/org")
|
||||
'(package-enable-at-startup t)
|
||||
'(package-selected-packages
|
||||
'(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))
|
||||
'(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")
|
||||
|
@ -80,4 +82,4 @@
|
|||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(font-lock-keyword-face ((t (:slant italic))))
|
||||
'(variable-pitch ((t (:weight Regular :height 1.1 :family "Noto Sans")))))
|
||||
'(variable-pitch ((t (:weight Regular :height 1.0 :family "Noto Sans")))))
|
||||
|
|
Loading…
Add table
Reference in a new issue