From e8f24e6eab8e0bb5c9d4170fb40d1d710134917f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 29 Sep 2019 11:31:54 +0100 Subject: Add config for av --- emacs/loader.org | 11 +++++++++++ isync/.mbsyncrc | 2 +- zsh/.zsh/export.zsh | 6 ++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/emacs/loader.org b/emacs/loader.org index 31d891a..316df36 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -544,6 +544,17 @@ Enable winner mode to save window state. #+RESULTS: : counsel-unicode-char +#+begin_src emacs-lisp + (use-package avy + :bind + (("C-'" . avy-goto-char-2)) + :config + (setq avy-keys '(?a ?r ?s ?t ?d ?h ?n ?e ?i ?o))) +#+end_src + +#+RESULTS: +: avy-goto-char-2 + ** Visual *** All the icons #+BEGIN_SRC emacs-lisp diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc index b9d95f2..b8b3e0c 100644 --- a/isync/.mbsyncrc +++ b/isync/.mbsyncrc @@ -66,7 +66,7 @@ Expunge Both Channel imperial Master :imperial-remote: Slave :imperial-local: -Patterns "Sent Items" MyArchive "Deleted Items" INBOX Drafts +Patterns "Sent Items" Archive1 "Deleted Items" INBOX Drafts Create Both SyncState * MaxMessages 100 diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh index f21e766..206beb7 100644 --- a/zsh/.zsh/export.zsh +++ b/zsh/.zsh/export.zsh @@ -11,3 +11,9 @@ export PATH="${PATH}:/opt/Xilinx/Vivado/2019.1/bin" export PATH="${PATH}:/opt/intelFPGA_lite/18.1/quartus/bin" export PATH="${HOME}/.local/bin:${PATH}" export PATH="${HOME}/.cargo/bin:${PATH}" + +# Stop dotnet telemetry +export DOTNET_CLI_TELEMETRY_OPTOUT=1 + +# Fix java windows for tiling window managers +export _JAVA_AWT_WM_NONREPARENTING=1 -- cgit