From a91ca9a240b9d1092e5a9eeff52d084731f9d403 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Sun, 11 Nov 2018 21:33:10 +0100 Subject: [PATCH] save --- dots/home/.emacs | 5 ++++- dots/i3/config.template | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dots/home/.emacs b/dots/home/.emacs index 9629b8d..d9edf85 100644 --- a/dots/home/.emacs +++ b/dots/home/.emacs @@ -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) diff --git a/dots/i3/config.template b/dots/i3/config.template index 0099bef..be267ef 100644 --- a/dots/i3/config.template +++ b/dots/i3/config.template @@ -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 \ No newline at end of file +exec --no-startup-id kdeconnect-indicator +exec --no-startup-id xset dpms 600 \ No newline at end of file