Merge branch 'optimize-startup-time' of git.sr.ht:~marcuskammer/emacs.d into optimize-startup-time
This commit is contained in:
commit
6126310ca3
4 changed files with 14 additions and 4 deletions
|
@ -16,6 +16,7 @@
|
||||||
'(("http://nullprogram.com/feed/" lisp blog)
|
'(("http://nullprogram.com/feed/" lisp blog)
|
||||||
("https://netzpolitik.org/feed/" netz politik news)
|
("https://netzpolitik.org/feed/" netz politik news)
|
||||||
;; ("https://logbuch-netzpolitik.de/feed/m4a" netz politik podcast meta)
|
;; ("https://logbuch-netzpolitik.de/feed/m4a" netz politik podcast meta)
|
||||||
|
("https://lisp-journey.gitlab.io/index.xml" lisp blog)
|
||||||
;; ("https://c-for-dummies.com/blog/?feed=rss2" cc blog)
|
;; ("https://c-for-dummies.com/blog/?feed=rss2" cc blog)
|
||||||
("https://www.raspberrypi.com/news/feed/" blog pi os)
|
("https://www.raspberrypi.com/news/feed/" blog pi os)
|
||||||
("https://planet.emacslife.com/atom.xml" emacs)
|
("https://planet.emacslife.com/atom.xml" emacs)
|
||||||
|
|
|
@ -193,5 +193,8 @@
|
||||||
:config
|
:config
|
||||||
(global-set-key (kbd "C-x M-g") 'magit-dispatch))
|
(global-set-key (kbd "C-x M-g") 'magit-dispatch))
|
||||||
|
|
||||||
|
(use-package yaml-mode
|
||||||
|
:mode "\\.yml\\'")
|
||||||
|
|
||||||
(load "bundle--irc")
|
(load "bundle--irc")
|
||||||
(load "bundle--news")
|
(load "bundle--news")
|
||||||
|
|
|
@ -13,11 +13,13 @@
|
||||||
'(company-quickhelp-color-background "#4F4F4F")
|
'(company-quickhelp-color-background "#4F4F4F")
|
||||||
'(company-quickhelp-color-foreground "#DCDCCC")
|
'(company-quickhelp-color-foreground "#DCDCCC")
|
||||||
'(default-frame-alist
|
'(default-frame-alist
|
||||||
'((font . "MonoLisa-11")
|
'((tab-bar-lines . 0)
|
||||||
|
(font . "MonoLisa-12")
|
||||||
(width . 90)
|
(width . 90)
|
||||||
(height . 64)
|
(height . 64)
|
||||||
(alpha . 100)
|
(alpha . 100)
|
||||||
(horizontal-scroll-bars)))
|
(horizontal-scroll-bars)
|
||||||
|
(vertical-scroll-bars)))
|
||||||
'(delete-by-moving-to-trash t)
|
'(delete-by-moving-to-trash t)
|
||||||
'(diary-file
|
'(diary-file
|
||||||
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
|
"d:/UserData/marcus.kammer/OneDrive - Siemens AG/documents/Diary/diary")
|
||||||
|
@ -62,9 +64,10 @@
|
||||||
'(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))
|
'(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))
|
||||||
'(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
'(org-plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||||
'(org-roam-db-autosync-mode t)
|
'(org-roam-db-autosync-mode t)
|
||||||
|
'(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org-roam/")
|
||||||
'(org-web-tools-pandoc-sleep-time 1.0)
|
'(org-web-tools-pandoc-sleep-time 1.0)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(org-roam magit elpher simple-httpd csv-mode markdown-mode yaml nov yaml-mode webpaste web-mode use-package typescript-mode smartparens slime-company shrface rust-mode rainbow-delimiters racket-mode powershell plantuml-mode ox-reveal org-web-tools org-tree-slide olivetti ob-typescript ob-rust ob-http ob-go helpful go-mode geiser-racket erc-image emojify elpy elfeed eglot doom-themes doom-modeline counsel all-the-icons-dired ace-window))
|
'(powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image magit go-translate simple-httpd slime racket-mode web-mode go-mode geiser-guile geiser-racket geiser 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))
|
||||||
'(plantuml-default-exec-mode 'jar)
|
'(plantuml-default-exec-mode 'jar)
|
||||||
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||||
'(python-indent-guess-indent-offset nil)
|
'(python-indent-guess-indent-offset nil)
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
;; Auto-generated file; don't edit -*- mode: lisp-data -*-
|
;; Auto-generated file; don't edit -*- mode: lisp-data -*-
|
||||||
((:url "https://colinallen.dnsalias.org/lp/lp.html" :title "Lisp Primer" :time "Sun May 8 09:37:25 2022")
|
((:url "https://lisp-journey.gitlab.io/blog/gui-programming-in-common-lisp-part-1-of-5-tk/" :title "GUI Programming in Common Lisp, part 1/5: Tk - Lisp journey" :time "Wed May 11 16:16:35 2022")
|
||||||
|
(:url "https://peterlane.netlify.app/ltk-examples/" :title "Peter's Scrapbook: LTk Examples" :time "Wed May 11 16:16:25 2022")
|
||||||
|
(:url "https://matthias.benkard.de/lisp/introductio.de.html" :title "Lisp — ein Wegweiser für Einsteiger" :time "Tue May 10 13:04:33 2022")
|
||||||
|
(:url "https://colinallen.dnsalias.org/lp/lp.html" :title "Lisp Primer" :time "Sun May 8 09:37:25 2022")
|
||||||
(:url "https://web.archive.org/web/20170917071945/http://mypage.iu.edu/~colallen/lp/" :title "Lisp Primer" :time "Sat May 7 20:46:28 2022")
|
(:url "https://web.archive.org/web/20170917071945/http://mypage.iu.edu/~colallen/lp/" :title "Lisp Primer" :time "Sat May 7 20:46:28 2022")
|
||||||
(:url "https://www.csee.umbc.edu/courses/331/resources/lisp/LISP-tutorial.html" :title "Common LISP Hints (12-Jan-1996)" :time "Sat May 7 20:44:41 2022")
|
(:url "https://www.csee.umbc.edu/courses/331/resources/lisp/LISP-tutorial.html" :title "Common LISP Hints (12-Jan-1996)" :time "Sat May 7 20:44:41 2022")
|
||||||
(:url "https://www.sqlite.org/datatype3.html" :title "Datatypes In SQLite" :time "Sat May 7 15:47:29 2022")
|
(:url "https://www.sqlite.org/datatype3.html" :title "Datatypes In SQLite" :time "Sat May 7 15:47:29 2022")
|
||||||
|
|
Loading…
Add table
Reference in a new issue