Skip to content

Commit

Permalink
no need for LSP shit
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Jan 3, 2024
1 parent 98e172f commit faf8207
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .emacs
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@
(defun install (PKG) (unless (package-installed-p PKG) (package-install PKG)))
(install 'go-mode)
(install 'php-mode)
(install 'lsp-mode)
(install 'vertico)
(install 'orderless)


;; Minibuffer improvement
(setq vertico-cycle t)
(setq vertico-count 25)
(vertico-mode)
(setq completion-styles '(orderless basic)
completion-category-defaults nil
completion-category-overrides '((file (styles partial-completion))))

;; Themes
(defadvice load-theme (before disable-themes-first activate) (dolist (i custom-enabled-themes) (disable-theme i))) ;; don't stack themes on each other
Expand Down

0 comments on commit faf8207

Please sign in to comment.