1
0
Fork 0

emacs-config...

This commit is contained in:
J. Elfring 2023-01-30 00:16:57 +01:00
parent 76d9eb4c00
commit 48143e9842
2 changed files with 6 additions and 3 deletions

View file

@ -79,10 +79,12 @@
;; Keymaps
(global-set-key [f8] 'neotree-toggle)
;;(global-set-key [f8] 'neotree-toggle)
(global-set-key [f8] 'treemacs)
;; Just settings...
(setq confirm-kill-emacs nil)
(setq treemacs-show-hidden-files nil)
(setq ispell-dictionary "de_DE") ;; also make sure .emacs.d/.local/etc/ispell exists
@ -144,3 +146,4 @@
;; Use the internal latex viewer
(setq +latex-viewers '(pdf-tools skim))

View file

@ -40,11 +40,11 @@
minimap ; show a map of the code on the side
modeline ; snazzy, Atom-inspired modeline, plus API
nav-flash ; blink cursor line after big motions
neotree ; a project drawer, like NERDTree for vim
;;neotree ; a project drawer, like NERDTree for vim
ophints ; highlight the region an operation acts on
(popup +defaults) ; tame sudden yet inevitable temporary windows
;;tabs ; a tab bar for Emacs
;;treemacs ; a project drawer, like neotree but cooler
treemacs ; a project drawer, like neotree but cooler
;;unicode ; extended unicode support for various languages
(vc-gutter +pretty) ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB