From 6db8fbdf18d7cdc526918f2c22be0e712479771d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 26 Sep 2019 16:57:44 -0400 Subject: [PATCH] Fix #emacs fonts and buffer link command --- emacs/.config/doom/config.el | 4 ++-- screenlayout/.screenlayout/keyboard-and-bg.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index f90cbd1..27029aa 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -13,7 +13,7 @@ (setq doom-theme 'doom-outrun-electric) ;; Fonts -(setq doom-font (font-spec :family "Iosevka" :size 14)) +(setq doom-font (font-spec :family "Iosevka" :size 15)) (setq doom-big-font (font-spec :family "Iosevka" :size 22)) ;; Host-specific config @@ -96,7 +96,7 @@ :desc "MPD Previous track" "p" #'libmpdel-playback-previous) (:prefix "b" :desc "Black format buffer" "f" #'blacken-buffer - :desc "Links in buffer" "l" #'counsel-ace-link) + :desc "Links in buffer" "l" #'ace-link-org) (:prefix "/" :desc "Search the web" "w" #'web-search :desc "Search all the things" "g" #'deadgrep) diff --git a/screenlayout/.screenlayout/keyboard-and-bg.sh b/screenlayout/.screenlayout/keyboard-and-bg.sh index dd5f42f..0d7910a 100755 --- a/screenlayout/.screenlayout/keyboard-and-bg.sh +++ b/screenlayout/.screenlayout/keyboard-and-bg.sh @@ -1,4 +1,4 @@ #!/bin/bash feh --bg-scale ~/var/inbox/ng_photos/`ls -Art ~/var/inbox/ng_photos | tail -n 1` setxkbmap -option caps:escape & -setxkbmap -option compose:menu & +setxkbmap -option compose:ralt &