aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/rul-init.d/lsp.el
diff options
context:
space:
mode:
authorRaúl Benencia <id@rbenencia.name>2023-08-02 22:48:39 -0700
committerRaúl Benencia <id@rbenencia.name>2023-08-02 22:48:39 -0700
commit0ce0bf890ae532f5aee46d158a28b85d03a6366a (patch)
tree7d5479487e2117dbcc36fbb89409d5516207dbc9 /.emacs.d/rul-init.d/lsp.el
parent99f94753f336013d46c6f391e73ac94455c7e88c (diff)
emacs: drop unused files
Diffstat (limited to '.emacs.d/rul-init.d/lsp.el')
-rw-r--r--.emacs.d/rul-init.d/lsp.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/.emacs.d/rul-init.d/lsp.el b/.emacs.d/rul-init.d/lsp.el
deleted file mode 100644
index a565b03..0000000
--- a/.emacs.d/rul-init.d/lsp.el
+++ /dev/null
@@ -1,17 +0,0 @@
-(use-package lsp-mode
- :ensure t
- :commands
- (lsp lsp-deferred)
- :hook
- (dart-mode go-mode . lsp)
- :init
- (setq lsp-keymap-prefix "H-l")
- )
-
-(defun lsp-go-install-save-hooks ()
- (add-hook 'before-save-hook #'lsp-format-buffer t t)
- (add-hook 'before-save-hook #'lsp-organize-imports t t))
-
-(use-package lsp-ui
- :ensure t
- :commands lsp-ui-mode)
nihil fit ex nihilo