update
This commit is contained in:
parent
8730f5b655
commit
36b21df5ee
2 changed files with 6 additions and 28 deletions
32
emacs.el
32
emacs.el
|
|
@ -62,18 +62,16 @@
|
|||
(straight-use-package 'smartparens)
|
||||
(straight-use-package 'rainbow-delimiters)
|
||||
(straight-use-package 'hl-todo)
|
||||
;; (straight-use-package 'counsel)
|
||||
(straight-use-package 'orderless)
|
||||
(straight-use-package 'selectrum)
|
||||
(straight-use-package 'consult)
|
||||
(straight-use-package 'marginalia)
|
||||
(straight-use-package 'company)
|
||||
;; (straight-use-package 'eglot)
|
||||
(straight-use-package 'lsp-mode)
|
||||
(straight-use-package 'speed-type)
|
||||
(straight-use-package 'magit)
|
||||
(straight-use-package 'restart-emacs)
|
||||
(straight-use-package 'mingus)
|
||||
;; (straight-use-package 'mingus)
|
||||
(straight-use-package 'ace-window)
|
||||
;; (straight-use-package 'projectile)
|
||||
|
||||
|
|
@ -110,6 +108,9 @@
|
|||
;; (use-package promela-mode
|
||||
;; :mode "\\.pml\\'")
|
||||
|
||||
(use-package gcmh
|
||||
:delight)
|
||||
|
||||
(use-package undo-tree
|
||||
:config
|
||||
(global-undo-tree-mode)
|
||||
|
|
@ -142,17 +143,6 @@
|
|||
(use-package hl-todo-mode
|
||||
:hook prog-mode)
|
||||
|
||||
;; (use-package ivy
|
||||
;; :init
|
||||
;; (ivy-mode 1)
|
||||
;; ;; (setq ivy-use-virtual-buffers t)
|
||||
;; (counsel-mode 1)
|
||||
;; :bind (("C-c i" . counsel-imenu)
|
||||
;; ("C-x M-r" . counsel-rg)
|
||||
;; ("C-x M-f" . counsel-fzf)
|
||||
;; ("C-x C-r" . counsel-recentf)
|
||||
;; ("C-c C-r" . ivy-resume)))
|
||||
|
||||
(use-package orderless
|
||||
:custom (completion-styles '(orderless)))
|
||||
|
||||
|
|
@ -174,20 +164,6 @@
|
|||
(global-company-mode)
|
||||
:bind (("C-." . company-complete)))
|
||||
|
||||
;; (use-package eglot
|
||||
;; :commands (eglot)
|
||||
;; :config
|
||||
;; (add-to-list 'eglot-server-programs '(zig-mode . ("~/src/zls/zig-cache/bin/zls"))))
|
||||
|
||||
;; (use-package lsp
|
||||
;; :config
|
||||
;; (add-to-list 'lsp-language-id-configuration '(zig-mode . "zig"))
|
||||
;; (lsp-register-client
|
||||
;; (make-lsp-client
|
||||
;; :new-connection (lsp-stdio-connection "~/src/zls/zig-out/bin/zls")
|
||||
;; :major-modes '(zig-mode)
|
||||
;; :server-id 'zls)))
|
||||
|
||||
(use-package ace-window
|
||||
:config
|
||||
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
|
||||
|
|
|
|||
|
|
@ -10,4 +10,6 @@ pkgs.mkShell {
|
|||
libxml2
|
||||
zlib
|
||||
];
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue