Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
21f93e07d7
4 changed files with 24 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
nov-unzip-program "c:/msys64/usr/bin/unzip.exe"
|
||||
custom-file "~/.emacs.d/bundle/custom_win32.el"
|
||||
org-babel-python-command "python"
|
||||
geiser-racket-binary "c:/Program Files/Racket/Racket.exe"
|
||||
sbcl-exe (expand-file-name "C:\\Program Files\\Steel Bank Common Lisp\\sbcl.exe")
|
||||
sbcl-core (expand-file-name "C:\\Program Files\\Steel Bank Common Lisp\\sbcl.core")
|
||||
inferior-lisp-program "sbcl"
|
||||
|
|
|
@ -32,3 +32,20 @@
|
|||
:commands emojify-mode)
|
||||
|
||||
(use-package smartparens)
|
||||
|
||||
(use-package vertico
|
||||
:init
|
||||
(vertico-mode)
|
||||
|
||||
;; Different scroll margin
|
||||
;; (setq vertico-scroll-margin 0)
|
||||
|
||||
;; Show more candidates
|
||||
;; (setq vertico-count 20)
|
||||
|
||||
;; Grow and shrink the Vertico minibuffer
|
||||
;; (setq vertico-resize t)
|
||||
|
||||
;; Optionally enable cycling for `vertico-next' and `vertico-previous'.
|
||||
;; (setq vertico-cycle t)
|
||||
)
|
||||
|
|
|
@ -211,3 +211,6 @@
|
|||
(load "bundle--irc")
|
||||
(load "bundle--news")
|
||||
(load "bundle--scheme")
|
||||
|
||||
;; (use-package clojure-mode)
|
||||
;; (use-package cider)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
;; Auto-generated file; don't edit -*- mode: lisp-data -*-
|
||||
((:url "https://htdp.org/" :title "How to Design Programs" :time "Fri Apr 29 17:32:14 2022")
|
||||
((:url "https://htdp.org/2022-2-9/Book/part_one.html" :title "I Fixed-Size Data" :time "Mon May 2 13:45:37 2022")
|
||||
(:url "https://htdp.org/2022-2-9/Book/part_prologue.html" :title "Prologue: How to Program" :time "Mon May 2 08:32:33 2022")
|
||||
(:url "https://htdp.org/" :title "How to Design Programs" :time "Fri Apr 29 17:32:14 2022")
|
||||
(:url "https://www.raspberrypi.com/news/this-gerbil-trades-stocks-with-a-raspberry-pi/" :title "This gerbil trades stocks with a Raspberry Pi - Raspberry Pi" :time "Wed Apr 20 15:25:31 2022")
|
||||
(:url "https://pkg.go.dev/io#ReadAll" :title "io package - io - pkg.go.dev" :time "Wed Apr 20 09:51:35 2022")
|
||||
(:url "https://pkg.go.dev/net/http" :title "http package - net/http - pkg.go.dev" :time "Wed Apr 20 09:39:41 2022")
|
||||
|
|
Loading…
Add table
Reference in a new issue