Home Gen454 @ 2025-02-28-12:33

This commit is contained in:
Jonas Röger 2025-02-28 12:35:24 +01:00
parent 7a8ab66c46
commit 51600d453f
3 changed files with 4 additions and 12 deletions

View File

@ -101,13 +101,6 @@
("C-TAB" . 'copilot-accept-completion-by-word) ("C-TAB" . 'copilot-accept-completion-by-word)
("C-<tab>" . 'copilot-accept-completion-by-word))) ("C-<tab>" . 'copilot-accept-completion-by-word)))
(add-hook! 'prog-mode-hook #'undo-tree-mode)
(after! undo-tree
(setq undo-tree-auto-save-history t)
(setq undo-tree-enable-undo-in-region nil)
(setq undo-tree-history-directory-alist '(("." . "~/.cache/doom/undo"))))
(after! markdown-mode (after! markdown-mode
(setq markdown-split-window-direction 'right) (setq markdown-split-window-direction 'right)
(setq markdown-command "pandoc -t html5 -f markdown_mmd --embed-resources --standalone --mathjax --quiet --highlight-style=zenburn") (setq markdown-command "pandoc -t html5 -f markdown_mmd --embed-resources --standalone --mathjax --quiet --highlight-style=zenburn")
@ -117,7 +110,7 @@
(require 'dap-cpptools) (require 'dap-cpptools)
(after! latex (after! auctex
(add-hook! 'LaTeX-mode-hook 'lsp) (add-hook! 'LaTeX-mode-hook 'lsp)
(map! :map LaTeX-mode-map (map! :map LaTeX-mode-map
:localleader :localleader

View File

@ -70,9 +70,9 @@
:emacs :emacs
dired ; making dired pretty [functional] dired ; making dired pretty [functional]
electric ; smarter, keyword-based electric-indent electric ; smarter, keyword-based electric-indent
;;ibuffer ; interactive buffer management (ibuffer +icons) ; interactive buffer management
undo ; persistent, smarter undo for your inevitable mistakes (undo +tree) ; persistent, smarter undo for your inevitable mistakes
vc ; version-control and Emacs, sitting in a tree vc ; version-control and Emacs, sitting in a tree
:term :term
@ -112,7 +112,7 @@
:os :os
(:if (featurep :system 'macos) macos) ; improve compatibility with macOS (:if (featurep :system 'macos) macos) ; improve compatibility with macOS
;;tty ; improve the terminal Emacs experience (tty +osc) ; improve the terminal Emacs experience
:lang :lang
;;agda ; types of types of types of types... ;;agda ; types of types of types of types...

View File

@ -57,7 +57,6 @@
(package! direnv) (package! direnv)
(package! copilot) (package! copilot)
(package! undo-tree)
(package! pdf-tools) (package! pdf-tools)
(package! eww) (package! eww)
(package! pandoc-mode) (package! pandoc-mode)