summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-02-03 21:24:36 +0000
committerdakkar <dakkar@thenautilus.net>2024-02-03 21:26:33 +0000
commit9323a887d335602800c3237697c32e0cfa875491 (patch)
tree3bffb9c20be2af43cc4020088328c70b53240e8b
parentsome more things (diff)
downloademacs-master.tar.gz
emacs-master.tar.bz2
emacs-master.zip
-rwxr-xr-xinit.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/init.el b/init.el
index b75a8cb..ce2589b 100755
--- a/init.el
+++ b/init.el
@@ -154,8 +154,9 @@
'(ledger-use-iso-dates t)
'(lpr-command "gtklp")
'(lpr-switches nil)
- '(lsp-rust-rls-server-command '("/home/dakkar/.cargo/bin/rls"))
- '(lsp-rust-server 'rust-analyzer)
+ '(lsp-go-gopls-server-path "/home/dakkar/go/bin/gopls")
+ '(lsp-prefer-flymake nil)
+ '(lsp-ui-sideline-show-code-actions t)
'(magit-default-tracking-name-function 'magit-default-tracking-name-branch-only)
'(markdown-command "markdown_py")
'(menu-bar-mode nil)
@@ -175,7 +176,7 @@
'(("gnu" . "https://elpa.gnu.org/packages/")
("melpa" . "https://melpa.org/packages/")))
'(package-selected-packages
- '(editorconfig typescript-mode magit-filenotify magit-vcsh crdt company yasnippet rust-mode lsp-mode lsp-ui go-mode gnu-elpa-keyring-update wgrep web-mode unicode-fonts perl6-mode markdown-mode magit-tramp magit-find-file ledger-mode))
+ '(editorconfig typescript-mode yasnippet lsp-mode lsp-ui go-mode magit magit-filenotify magit-gh-pulls magit-gitflow magit-vcsh gnu-elpa-keyring-update wgrep web-mode unicode-fonts perl6-mode markdown-mode magit-tramp magit-find-file ledger-mode))
'(pov-external-viewer-command "display")
'(pov-help-file "povuser.txt")
'(reftex-extra-bindings nil)
@@ -244,6 +245,7 @@
'(web-mode-markup-indent-offset 2)
'(which-func-mode-global t nil (which-func))
'(widget-use-overlay-change t t)
+ '(x-gtk-use-native-input nil)
'(x-stretch-cursor t))
(custom-set-faces