Przeglądaj źródła

[emacs] Update emacs to vertico

Colin Powell 3 lat temu
rodzic
commit
8568d94c9b
2 zmienionych plików z 10 dodań i 7 usunięć
  1. 9 7
      emacs/.config/doom/init.el
  2. 1 0
      emacs/.config/doom/packages.el

+ 9 - 7
emacs/.config/doom/init.el

@@ -22,10 +22,11 @@
        company          ; the ultimate code completion backend
        ;;helm            ; the *other* search engine for love and life
        ;;ido             ; the other *other* search engine...
-       (ivy              ; a search engine for love and life
-        +fuzzy
-        +presient
-        +icons)
+       ;(ivy              ; a search engine for love and life
+       ; +fuzzy
+       ; +presient
+       ; +icons)
+       (vertico +icons)
 
        :ui
        ;;deft              ; notational velocity for Emacs
@@ -49,9 +50,9 @@
        unicode           ; extended unicode support for various languages
        vc-gutter         ; vcs diff in the fringe
        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
-       zen               ; distraction-free coding or writing
+       ;zen               ; distraction-free coding or writing
 
        :editor
        (evil +everywhere); come to the dark side, we have cookies
@@ -179,8 +180,9 @@
        ;;solidity          ; do you need a blockchain? No.
        ;;swift             ; who asked for emoji variables?
        ;;terra             ; Earth and Moon in alignment for performance.
-       web                 ; the tubes
+       (web +lsp)          ; the tubes
        yaml                ; JSON, but readable
+       (zig +lsp)
 
        :email
        ;;(mu4e +gmail)

+ 1 - 0
emacs/.config/doom/packages.el

@@ -37,6 +37,7 @@
 (package! magit-circleci)
 (package! wordgen)
 (package! openwith)
+(package! pdf-tools)
 ;; slack ... okay one more time
 (package! slack)
 (package! direnv)