From 4104d3dc3d7a108ff8d339711e33d8f5ee220189 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 12 Jul 2024 08:42:47 +0200 Subject: [PATCH 1/3] Enable ac-slime --- bundle/bundle--lisp.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle/bundle--lisp.el b/bundle/bundle--lisp.el index 27e69c36..1a7a6a82 100644 --- a/bundle/bundle--lisp.el +++ b/bundle/bundle--lisp.el @@ -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) From 924b8e5630246c4325500d742a2ebd65b2193184 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 12 Jul 2024 08:43:16 +0200 Subject: [PATCH 2/3] Update bookmarks --- eww-bookmarks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eww-bookmarks b/eww-bookmarks index 70a018cd..b87218f8 100644 --- a/eww-bookmarks +++ b/eww-bookmarks @@ -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") From c5f454a4b2d79b0dd82fd82a33b49834eea739b9 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 12 Jul 2024 10:09:10 +0200 Subject: [PATCH 3/3] Dont ask for auto-insert --- bundle/bundle--general.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--general.el b/bundle/bundle--general.el index 2f10156d..17154a98 100644 --- a/bundle/bundle--general.el +++ b/bundle/bundle--general.el @@ -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