[emacs] Update emacs to vertico
This commit is contained in:
@ -22,10 +22,11 @@
|
|||||||
company ; the ultimate code completion backend
|
company ; the ultimate code completion backend
|
||||||
;;helm ; the *other* search engine for love and life
|
;;helm ; the *other* search engine for love and life
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
(ivy ; a search engine for love and life
|
;(ivy ; a search engine for love and life
|
||||||
+fuzzy
|
; +fuzzy
|
||||||
+presient
|
; +presient
|
||||||
+icons)
|
; +icons)
|
||||||
|
(vertico +icons)
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
;;deft ; notational velocity for Emacs
|
;;deft ; notational velocity for Emacs
|
||||||
@ -49,9 +50,9 @@
|
|||||||
unicode ; extended unicode support for various languages
|
unicode ; extended unicode support for various languages
|
||||||
vc-gutter ; vcs diff in the fringe
|
vc-gutter ; vcs diff in the fringe
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
(window-select +numbers) ; visually switch windows
|
;(window-select +numbers) ; visually switch windows
|
||||||
workspaces ; tab emulation, persistence & separate workspaces
|
workspaces ; tab emulation, persistence & separate workspaces
|
||||||
zen ; distraction-free coding or writing
|
;zen ; distraction-free coding or writing
|
||||||
|
|
||||||
:editor
|
:editor
|
||||||
(evil +everywhere); come to the dark side, we have cookies
|
(evil +everywhere); come to the dark side, we have cookies
|
||||||
@ -179,8 +180,9 @@
|
|||||||
;;solidity ; do you need a blockchain? No.
|
;;solidity ; do you need a blockchain? No.
|
||||||
;;swift ; who asked for emoji variables?
|
;;swift ; who asked for emoji variables?
|
||||||
;;terra ; Earth and Moon in alignment for performance.
|
;;terra ; Earth and Moon in alignment for performance.
|
||||||
web ; the tubes
|
(web +lsp) ; the tubes
|
||||||
yaml ; JSON, but readable
|
yaml ; JSON, but readable
|
||||||
|
(zig +lsp)
|
||||||
|
|
||||||
:email
|
:email
|
||||||
;;(mu4e +gmail)
|
;;(mu4e +gmail)
|
||||||
|
|||||||
@ -37,6 +37,7 @@
|
|||||||
(package! magit-circleci)
|
(package! magit-circleci)
|
||||||
(package! wordgen)
|
(package! wordgen)
|
||||||
(package! openwith)
|
(package! openwith)
|
||||||
|
(package! pdf-tools)
|
||||||
;; slack ... okay one more time
|
;; slack ... okay one more time
|
||||||
(package! slack)
|
(package! slack)
|
||||||
(package! direnv)
|
(package! direnv)
|
||||||
|
|||||||
Reference in New Issue
Block a user