mirror of
https://github.com/vale981/dotfiles
synced 2025-03-05 09:31:43 -05:00
save
This commit is contained in:
parent
b5cf7f5a7c
commit
a91ca9a240
2 changed files with 6 additions and 2 deletions
|
@ -31,13 +31,14 @@
|
|||
'(custom-safe-themes
|
||||
(quote
|
||||
("8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" "065efdd71e6d1502877fd5621b984cded01717930639ded0e569e1724d058af8" default)))
|
||||
'(global-prettify-symbols-mode t)
|
||||
'(haskell-interactive-popup-errors 0)
|
||||
'(haskell-process-auto-import-loaded-modules t)
|
||||
'(haskell-process-log t)
|
||||
'(haskell-process-suggest-remove-import-lines t)
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(pretty-mode lispy slime-company slime info-beamer auctex-latexmk indium ag flow-minor-mode company-flow flycheck-flow js-doc yasnippet-classic-snippets yasnippet-snippets ivy-yasnippet counsel sage-shell-mode frames-only-mode dummyparens anaconda-mode magit-filenotify docker-compose-mode docker xref-js2 js2-refactor flycheck-rtags flycheck ivy-rtags rtags auctex magit php-mode flycheck-rust avy-flycheck company racer cargo rust-mode restart-emacs nix-mode json-mode multiple-cursors swiper ivy xresources-theme powerline)))
|
||||
(matrix-client ht esxml tracking ov a request quelpa-use-package quelpa pretty-mode lispy slime-company slime info-beamer auctex-latexmk indium ag flow-minor-mode company-flow flycheck-flow js-doc yasnippet-classic-snippets yasnippet-snippets ivy-yasnippet counsel sage-shell-mode frames-only-mode dummyparens anaconda-mode magit-filenotify docker-compose-mode docker xref-js2 js2-refactor flycheck-rtags flycheck ivy-rtags rtags auctex magit php-mode flycheck-rust avy-flycheck company racer cargo rust-mode restart-emacs nix-mode json-mode multiple-cursors swiper ivy xresources-theme powerline)))
|
||||
'(safe-local-variable-values (quote ((TeX-master . t))))
|
||||
'(show-paren-mode t)
|
||||
'(tramp-syntax (quote default) nil (tramp)))
|
||||
|
@ -358,3 +359,5 @@
|
|||
(global-set-key (kbd "M-g f") 'avy-goto-line)
|
||||
(global-set-key (kbd "C-'") 'avy-goto-char-2)
|
||||
|
||||
;;; Matrix
|
||||
(require 'matrix-client)
|
||||
|
|
|
@ -266,4 +266,5 @@ exec --no-startup-id udiskie
|
|||
exec --no-startup-id ~/.scripts ec -e ''
|
||||
exec --no-startup-id setxkbmap -layout us -option ctrl:nocaps
|
||||
exec --no-startup-id xmodmap -e "keycode 107 = Super_L"
|
||||
exec --no-startup-id kdeconnect-indicator
|
||||
exec --no-startup-id kdeconnect-indicator
|
||||
exec --no-startup-id xset dpms 600
|
Loading…
Add table
Reference in a new issue