Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
675aa44d5b
4 changed files with 20 additions and 5 deletions
|
@ -62,6 +62,7 @@
|
|||
("https://www.colinmclear.net/posts/index.xml" research emacs blog)
|
||||
("http://nullprogram.com/feed/" lisp blog)
|
||||
("https://howardism.org/index.xml" emacs blog)
|
||||
("https://www.timmons.dev/rss.xml" lisp blog)
|
||||
;("http://planet.clojure.in/atom.xml" clojure news hacking jvm java)
|
||||
;("https://lisp-journey.gitlab.io/index.xml" lisp blog)
|
||||
))
|
||||
|
|
|
@ -161,10 +161,15 @@
|
|||
inferior-lisp-program "sbcl"
|
||||
slime-lisp-implementations `((sbcl (,sbcl-exe "--noinform" "--core" ,sbcl-core))))
|
||||
(setq inferior-lisp-program "/usr/bin/sbcl --noinform"))
|
||||
(when (file-exists-p mk/slime-filename-translations)
|
||||
(load-file mk/slime-filename-translations))
|
||||
(let ((helper (expand-file-name "~/quicklisp/slime-helper.el")))
|
||||
(when (file-exists-p helper) (load-file helper))))
|
||||
(when (file-exists-p helper) (load-file helper)))
|
||||
(let ((hunchentoot
|
||||
(slime-create-filename-translator
|
||||
:machine-instance "hunchentoot"
|
||||
:remote-host "hunchentoot.metaebene.dev"
|
||||
:username "marcus")))
|
||||
(push hunchentoot slime-filename-translations)))
|
||||
|
||||
|
||||
(use-package simple-httpd
|
||||
:defer t)
|
||||
|
|
|
@ -319,3 +319,11 @@
|
|||
(let* ((questions (ux:questions-by-category category))
|
||||
(lang-questions (remove nil (mapcar #'(lambda (x) (member lang x)) questions))))
|
||||
(remove lang (flatten-tree lang-questions))))
|
||||
|
||||
(defun ux:filtered-tbl (sym tbl)
|
||||
"Return entry of table when SYM is member of entry"
|
||||
(remove nil (mapcar (lambda (entry) (when (member sym (car (cl-remove-if-not #'listp entry))) entry)) tbl)))
|
||||
|
||||
(defun ux:filter-tbl (sym tbl)
|
||||
(cond ((null sym) tbl)
|
||||
(t (ux:filter-tbl (cdr sym) (ux:filtered-tbl (car sym) tbl)))))
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
'(company-quickhelp-color-foreground "#DCDCCC")
|
||||
'(custom-enabled-themes '(doom-one))
|
||||
'(custom-safe-themes
|
||||
'("7ea883b13485f175d3075c72fceab701b5bf76b2076f024da50dff4107d0db25" "02f57ef0a20b7f61adce51445b68b2a7e832648ce2e7efb19d217b6454c1b644" "1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "e7820b899036ae7e966dcaaec29fd6b87aef253748b7de09e74fdc54407a7a02" "1781e8bccbd8869472c09b744899ff4174d23e4f7517b8a6c721100288311fa5" "de8f2d8b64627535871495d6fe65b7d0070c4a1eb51550ce258cd240ff9394b0" default))
|
||||
'("8d3ef5ff6273f2a552152c7febc40eabca26bae05bd12bc85062e2dc224cde9a" "00cec71d41047ebabeb310a325c365d5bc4b7fab0a681a2a108d32fb161b4006" "7e068da4ba88162324d9773ec066d93c447c76e9f4ae711ddd0c5d3863489c52" "7ea883b13485f175d3075c72fceab701b5bf76b2076f024da50dff4107d0db25" "02f57ef0a20b7f61adce51445b68b2a7e832648ce2e7efb19d217b6454c1b644" "1a1ac598737d0fcdc4dfab3af3d6f46ab2d5048b8e72bc22f50271fd6d393a00" "e7820b899036ae7e966dcaaec29fd6b87aef253748b7de09e74fdc54407a7a02" "1781e8bccbd8869472c09b744899ff4174d23e4f7517b8a6c721100288311fa5" "de8f2d8b64627535871495d6fe65b7d0070c4a1eb51550ce258cd240ff9394b0" default))
|
||||
'(default-frame-alist
|
||||
'((tab-bar-lines . 0)
|
||||
(font . "MonoLisa-11")
|
||||
|
@ -69,7 +69,7 @@
|
|||
'(org-roam-db-autosync-mode t)
|
||||
'(org-roam-directory "d:/UserData/marcus.kammer/OneDrive - Siemens AG/org/")
|
||||
'(package-selected-packages
|
||||
'(hyperbole jabber typescript-mode markdown-mode csv-mode yaml-mode magit nim-mode ox-rss kotlin-mode nano-theme mastodon mpv ob-http ob-go powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov shrface smartparens emojify olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons))
|
||||
'(htmlize hyperbole jabber typescript-mode markdown-mode csv-mode yaml-mode magit nim-mode ox-rss kotlin-mode nano-theme mastodon mpv ob-http ob-go powershell ox-reveal org-web-tools org-tree-slide org-roam elfeed erc-image go-translate simple-httpd slime racket-mode web-mode go-mode eglot nov shrface smartparens emojify olivetti rainbow-delimiters helpful doom-modeline doom-themes all-the-icons-dired all-the-icons))
|
||||
'(plantuml-default-exec-mode 'jar)
|
||||
'(plantuml-jar-path "~/AppData/Local/Programs/plantuml/plantuml.jar")
|
||||
'(python-indent-guess-indent-offset nil)
|
||||
|
@ -92,6 +92,7 @@
|
|||
[86 182 194]])
|
||||
'(timeclock-file "d:/UserData/marcus.kammer/OneDrive - Siemens AG/timelog")
|
||||
'(user-full-name "Marcus Kammer" nil nil "Customized with use-package gnus")
|
||||
'(user-mail-address "marcus.kammer@mailbox.org")
|
||||
'(warning-suppress-log-types '((comp))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
|
|
Loading…
Add table
Reference in a new issue