emergencyMod, readme, hypr 0.44 compliant

This commit is contained in:
Hane 2024-10-19 20:48:18 +02:00
commit 14f6523c56
4 changed files with 55 additions and 11 deletions

View file

@ -70,6 +70,14 @@
(use-package sudo-edit
:ensure t)
(use-package markdown-mode
:ensure t
:mode ("README\\.md\\'" . gfm-mode)
:init (setq markdown-command "multimarkdown"))
(custom-set-variables
'(markdown-command "/usr/bin/pandoc"))
(use-package treemacs
:ensure t
:defer t
@ -188,6 +196,8 @@
(treemacs-start-on-boot)
;;; USER CONFIG ;;;
;;Remapping treemacs
@ -447,12 +457,15 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
'(treemacs-tab-bar treemacs-persp treemacs-magit treemacs-icons-dired treemacs-projectile treemacs-evil treemacs sudo-edit benchmark-init projectile-ripgrep ripgrep helm-projectile projectile ssh-agency tangotango-theme))
'(benchmark-init helm-projectile markdown-mode projectile
projectile-ripgrep ripgrep ssh-agency sudo-edit
tangotango-theme treemacs treemacs-evil
treemacs-icons-dired treemacs-magit treemacs-persp
treemacs-projectile treemacs-tab-bar))
'(ripgrep-arguments '("--follow"))
'(safe-local-variable-values
'((projectile-project-compilation-cmd . "latexmk")
(compilation-read-command)
(compilation-read-command . t))))
(compilation-read-command) (compilation-read-command . t))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.