small fixes
This commit is contained in:
parent
0ed53c5abd
commit
6ba77581d6
1 changed files with 5 additions and 4 deletions
9
init.el
9
init.el
|
@ -105,13 +105,14 @@
|
||||||
|
|
||||||
(add-hook 'cc-mode-hook 'tabs-yay)
|
(add-hook 'cc-mode-hook 'tabs-yay)
|
||||||
|
|
||||||
(add-hook 'elisp-mode-hook 'tabs-nay)
|
(add-hook 'scheme-mode-hook 'tabs-nay)
|
||||||
|
(add-hook 'lisp-mode-hook 'tabs-nay)
|
||||||
|
(add-hook 'emacs-lisp-mode-hook 'tabs-nay)
|
||||||
(add-hook 'python-mode-hook 'tabs-nay)
|
(add-hook 'python-mode-hook 'tabs-nay)
|
||||||
(add-hook 'racket-mode-hook 'tabs-nay)
|
(add-hook 'racket-mode-hook 'tabs-nay)
|
||||||
|
|
||||||
;; prefer pdftools over docview
|
;; prefer pdftools over docview
|
||||||
(use-package pdf-tools
|
(use-package pdf-tools
|
||||||
:straight t
|
|
||||||
:config
|
:config
|
||||||
(pdf-loader-install))
|
(pdf-loader-install))
|
||||||
|
|
||||||
|
@ -212,6 +213,7 @@
|
||||||
:init
|
:init
|
||||||
;; we need indentation
|
;; we need indentation
|
||||||
(setq org-startup-indented t
|
(setq org-startup-indented t
|
||||||
|
org-indent-mode-turns-on-hiding-stars nil
|
||||||
org-hide-leading-stars nil
|
org-hide-leading-stars nil
|
||||||
org-startup-folded 'content)
|
org-startup-folded 'content)
|
||||||
;; default agenda files
|
;; default agenda files
|
||||||
|
@ -286,7 +288,7 @@
|
||||||
:straight t
|
:straight t
|
||||||
:init (setq org-download-method 'directory
|
:init (setq org-download-method 'directory
|
||||||
org-download-image-dir "./static/org-download"
|
org-download-image-dir "./static/org-download"
|
||||||
org-download-heading-lvl nil))
|
org-download-heading-lvl 0))
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:straight t
|
:straight t
|
||||||
|
@ -331,7 +333,6 @@
|
||||||
:bind ("C-=" . er/expand-region))
|
:bind ("C-=" . er/expand-region))
|
||||||
|
|
||||||
(use-package vterm
|
(use-package vterm
|
||||||
:straight t
|
|
||||||
:bind ("C-c t" . vterm)
|
:bind ("C-c t" . vterm)
|
||||||
:init
|
:init
|
||||||
(setq vterm-kill-buffer-on-exit t))
|
(setq vterm-kill-buffer-on-exit t))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue