Various fixes
This commit is contained in:
@@ -82,11 +82,6 @@
|
||||
;; org org
|
||||
(setq +latex-viewers '(zathura))
|
||||
|
||||
;; (after! org (setq org-hide-emphasis-markers t))
|
||||
;; (add-hook! org-mode (electric-indent-local-mode -1))
|
||||
;; (add-hook! org-mode :append
|
||||
;; #'visual-line-mode)
|
||||
|
||||
;; fish fish
|
||||
(setq vterm-shell 'fish)
|
||||
|
||||
@@ -162,6 +157,11 @@
|
||||
|
||||
(setq avy-all-windows 't)
|
||||
|
||||
;; Disables lsp-signature-auto-activate globally
|
||||
(after! lsp-mode
|
||||
(setq lsp-signature-auto-activate nil))
|
||||
|
||||
|
||||
(lsp-treemacs-sync-mode 1)
|
||||
|
||||
(setq highlight-indent-guides-method 'bitmap)
|
||||
|
@@ -4,6 +4,7 @@
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(TeX-command-BibTeX "Biber")
|
||||
'(custom-safe-themes
|
||||
'("7eea50883f10e5c6ad6f81e153c640b3a288cd8dc1d26e4696f7d40f754cc703" "5784d048e5a985627520beb8a101561b502a191b52fa401139f4dd20acb07607" "e3b2bad7b781a968692759ad12cb6552bc39d7057762eefaf168dbe604ce3a4b" "1704976a1797342a1b4ea7a75bdbb3be1569f4619134341bd5a4c1cfb16abad4" "d268b67e0935b9ebc427cad88ded41e875abfcc27abd409726a92e55459e0d01" default))
|
||||
'(git-gutter:update-interval 1)
|
||||
|
Reference in New Issue
Block a user