mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
tweaks on emacs config
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
5d0540895d
commit
5d65ceb2bd
@ -122,7 +122,7 @@
|
||||
rustup
|
||||
rust-analyzer
|
||||
usbutils
|
||||
gcc
|
||||
#gcc
|
||||
clang
|
||||
keepassxc
|
||||
gnome.libsecret
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
./i3.nix
|
||||
./nextcloud.nixg
|
||||
./nextcloud.nix
|
||||
./polybar.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
@ -383,6 +383,18 @@
|
||||
:custom
|
||||
(flyspell-mode-line-string nil))
|
||||
|
||||
;; pasp
|
||||
(use-package pasp-mode)
|
||||
|
||||
;; sparql
|
||||
(use-package sparql-mode)
|
||||
|
||||
;; json
|
||||
(use-package json-mode
|
||||
:defer t
|
||||
:mode "\\.json\\'"
|
||||
:hook (json-mode-hook . yas-minor-mode))
|
||||
|
||||
;; lsp
|
||||
(use-package lsp-mode
|
||||
:after flycheck
|
||||
@ -452,4 +464,5 @@
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(default ((t (:slant normal :weight normal :height 144 :width normal :foundry "unknown" :family "Hasklug Nerd Font"))))
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user