Compare commits

..

No commits in common. "cf77a594c60d86f012c24ee9870efb658953e1c3" and "e3ad6285973c905dec028b8396de9a4b8f1e2719" have entirely different histories.

4 changed files with 2 additions and 13 deletions

View File

@ -37,5 +37,3 @@
(add-to-list 'org-latex-packages-alist '("AUTO" "babel" t ("pdflatex")))
;; Don't evaluate code blocks on export
(setq org-export-use-babel nil)
;; Speed up agenda startup
(setq org-agenda-dim-blocked-tasks nil)

8
+ui.el
View File

@ -14,12 +14,6 @@
(setq doom-modeline-major-mode-icon t
doom-modeline-persp-name t
doom-modeline-buffer-encoding nil)
(setq evil-command-window-height 3)
;; Hide direnv environment variables popup
(setq direnv-always-show-summary nil)
;; Disable LSP documentation popup
(after! lsp
(setq lsp-ui-doc-enable nil
lsp-signature-auto-activate nil))
;; Shrink minibuffer
(after! ivy
(setq ivy-height 10))

View File

@ -49,5 +49,3 @@
(message "No Compilation Errors!")))))
;; Enable writeroom for text modes
(setq writeroom-major-modes '(markdown-mode org-mode))
;; Disable company in Nix mode
(set-company-backend! 'nix-mode nil)

View File

@ -36,8 +36,7 @@
(popup ; tame sudden yet inevitable temporary windows
+all ; catch all popups that start with an asterix
+defaults) ; default popup rules
(pretty-code
+iosevka) ; replace bits of code with pretty symbols
(pretty-code +iosevka); replace bits of code with pretty symbols
;;tabs ; an tab bar for Emacs
;;treemacs ; a project drawer, like neotree but cooler
;;unicode ; extended unicode support for various languages