Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
f0400227d1
3 changed files with 8 additions and 7 deletions
|
@ -147,7 +147,7 @@
|
|||
("Asia/Tokyo" "Tokyo")))
|
||||
|
||||
(auto-insert-mode 1)
|
||||
|
||||
(setq auto-insert-query nil)
|
||||
(setq auto-insert-alist
|
||||
(append '((("\\.lisp\\'" . "Lisp header")
|
||||
nil
|
||||
|
|
|
@ -368,11 +368,11 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
;; :after geiser
|
||||
;; :custom (geiser-guile-binary "guile")))
|
||||
|
||||
;; (use-package ac-slime
|
||||
;; :after (slime auto-complete)
|
||||
;; :config
|
||||
;; (add-hook 'slime-mode-hook 'set-up-slime-ac)
|
||||
;; (add-hook 'slime-repl-mode-hook 'set-up-slime-ac))
|
||||
(use-package ac-slime
|
||||
:after (slime auto-complete)
|
||||
:config
|
||||
(add-hook 'slime-mode-hook 'set-up-slime-ac)
|
||||
(add-hook 'slime-repl-mode-hook 'set-up-slime-ac))
|
||||
|
||||
(use-package paredit
|
||||
:hook ((emacs-lisp-mode . paredit-mode)
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
;; Auto-generated file; don't edit -*- mode: lisp-data -*-
|
||||
((:url "https://sqlite.org/cli.html" :title "Command Line Shell For SQLite" :time "Mon Oct 23 15:13:18 2023")
|
||||
((:url "https://netzpolitik.org/2024/aktionismus-gegen-deepfakes-da-wuerde-eine-neue-technik-pauschal-unter-strafe-gestellt/" :title "Aktionismus gegen Deepfakes: „Da würde eine neue Technik pauschal unter Strafe gestellt“" :time "Wed Jul 10 09:26:37 2024")
|
||||
(:url "https://sqlite.org/cli.html" :title "Command Line Shell For SQLite" :time "Mon Oct 23 15:13:18 2023")
|
||||
(:url "https://mercurial-book.readthedocs.io/en/latest/index.html" :title "Mercurial: the definitive guide — Mercurial Book" :time "Fri Jun 16 09:31:32 2023")
|
||||
(:url "https://diataxis.fr/#" :title "Diátaxis" :time "Thu Jan 26 22:00:45 2023")
|
||||
(:url "https://github.com/sguessou/CL-gentle-intro" :title "GitHub - sguessou/CL-gentle-intro: Common Lisp: A Gentle Introduction to Symbolic Computation" :time "Thu Jan 12 17:20:32 2023")
|
||||
|
|
Loading…
Add table
Reference in a new issue