emacs-config...
This commit is contained in:
parent
76d9eb4c00
commit
48143e9842
2 changed files with 6 additions and 3 deletions
|
@ -79,10 +79,12 @@
|
||||||
|
|
||||||
|
|
||||||
;; Keymaps
|
;; Keymaps
|
||||||
(global-set-key [f8] 'neotree-toggle)
|
;;(global-set-key [f8] 'neotree-toggle)
|
||||||
|
(global-set-key [f8] 'treemacs)
|
||||||
|
|
||||||
;; Just settings...
|
;; Just settings...
|
||||||
(setq confirm-kill-emacs nil)
|
(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
|
(setq ispell-dictionary "de_DE") ;; also make sure .emacs.d/.local/etc/ispell exists
|
||||||
|
|
||||||
|
|
||||||
|
@ -144,3 +146,4 @@
|
||||||
|
|
||||||
;; Use the internal latex viewer
|
;; Use the internal latex viewer
|
||||||
(setq +latex-viewers '(pdf-tools skim))
|
(setq +latex-viewers '(pdf-tools skim))
|
||||||
|
|
||||||
|
|
|
@ -40,11 +40,11 @@
|
||||||
minimap ; show a map of the code on the side
|
minimap ; show a map of the code on the side
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||||
nav-flash ; blink cursor line after big motions
|
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
|
ophints ; highlight the region an operation acts on
|
||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||||
;;tabs ; a tab bar for Emacs
|
;;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
|
;;unicode ; extended unicode support for various languages
|
||||||
(vc-gutter +pretty) ; vcs diff in the fringe
|
(vc-gutter +pretty) ; vcs diff in the fringe
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
|
|
Reference in a new issue