Update XPS8930 custom file
This commit is contained in:
parent
e9c364a98a
commit
289f8a6dd6
1 changed files with 2 additions and 4 deletions
|
@ -15,11 +15,10 @@
|
||||||
'(initial-frame-alist '((fullscreen . maximized)))
|
'(initial-frame-alist '((fullscreen . maximized)))
|
||||||
'(org-agenda-files '("~/Documents/org/agenda"))
|
'(org-agenda-files '("~/Documents/org/agenda"))
|
||||||
'(org-directory "~/Documents/org")
|
'(org-directory "~/Documents/org")
|
||||||
'(org-latex-src-block-backend t nil nil "Customized with use-package org")
|
|
||||||
'(org-roam-db-location "~/org-roam.db")
|
'(org-roam-db-location "~/org-roam.db")
|
||||||
'(org-roam-directory "~/Documents/org/")
|
'(org-roam-directory "~/Documents/org/")
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(jq-format json-navigator flymake-json dashboard nginx-mode ssh-config-mode org-roam mastodon ob-restclient restclient which-key auctex jabber js2-mode gptlet gptel ob-go plantuml-mode htmlize ox-rss ob-http nim-mode hyperbole kotlin-mode typescript-mode markdown-mode csv-mode yaml-mode powershell ox-reveal org-web-tools org-tree-slide elfeed erc-image magit go-translate simple-httpd slime web-mode go-mode eglot nov shrface vertico smartparens emojify ace-window olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons use-package))
|
'(ob-http ox-reveal org-web-tools org-tree-slide org-roam elfeed slime gptel dashboard nginx-mode ssh-config-mode which-key auctex plantuml-mode jabber mastodon geiser-racket racket-mode geiser magit go-translate web-mode js2-mode nov shrface htmlize common-lisp-snippets yasnippet ace-window olivetti rainbow-delimiters helpful emojify all-the-icons-dired all-the-icons doom-themes))
|
||||||
'(ring-bell-function 'ignore)
|
'(ring-bell-function 'ignore)
|
||||||
'(tetris-x-colors
|
'(tetris-x-colors
|
||||||
[[229 192 123]
|
[[229 192 123]
|
||||||
|
@ -29,11 +28,10 @@
|
||||||
[152 195 121]
|
[152 195 121]
|
||||||
[198 120 221]
|
[198 120 221]
|
||||||
[86 182 194]])
|
[86 182 194]])
|
||||||
'(tramp-default-method "ssh")
|
|
||||||
'(vc-hg-program "c:/Program Files/TortoiseHg/hg.exe"))
|
'(vc-hg-program "c:/Program Files/TortoiseHg/hg.exe"))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(variable-pitch ((t (:height 1.0 :family "Noto Sans")))))
|
'(variable-pitch ((t (:height 114 :family "Noto Serif")))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue