dotfiles

my shiny new dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit 559e34105e48bafac784a60fd111d191d26dc1c1
parent fb2fba6e77cd39076f23348d6019ba7b95265ad0
Author: Jake Koroman <jakekoroman@gmail.com>
Date:   Sun, 18 Feb 2024 12:43:38 -0500

bug fixing and theme changes.

Diffstat:
M.emacs | 10+++++-----
M.stow-local-ignore | 2+-
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.emacs b/.emacs @@ -11,8 +11,8 @@ (tool-bar-mode -1) (scroll-bar-mode -1) -(setq default-frame-alist '((font . "Iosevka-12"))) -;; (setq default-frame-alist '((font . "Liberation Mono-10"))) +;; (setq default-frame-alist '((font . "Iosevka-12"))) +(setq default-frame-alist '((font . "Liberation Mono-12"))) (defun my/disable-scroll-bars (frame) (modify-frame-parameters frame '((vertical-scroll-bars . nil) @@ -461,8 +461,8 @@ ;; Binds without SPC prefix (general-define-key :keymaps 'override - "M-N" 'previous-error - "M-P" 'next-error + "M-N" 'next-error + "M-P" 'previous-error "M-o" 'other-window "<f2>" 'ido-goto-symbol) @@ -516,7 +516,7 @@ (set-default 'truncate-lines t) ;; (list-colors-display) for a color picker (load-theme 'toxi t) -(transparency 85) +(transparency 100) ;; ;; Startup time ;; (defun efs/display-startup-time () diff --git a/.stow-local-ignore b/.stow-local-ignore @@ -1,6 +1,6 @@ \.git \.gitignore -README.md +README device-specific shared-configs