summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.Xresources.d/emacs1
-rw-r--r--.config/jami.net/Jami.conf1
-rw-r--r--.emacs.d/lisp/bandali-dired.el3
3 files changed, 4 insertions, 1 deletions
diff --git a/.Xresources.d/emacs b/.Xresources.d/emacs
index 7439031..6241796 100644
--- a/.Xresources.d/emacs
+++ b/.Xresources.d/emacs
@@ -7,5 +7,6 @@ Emacs.FontBackend: ftcrhb,x
! Emacs.font: Inconsolata-18
! Emacs.font: Inconsolata-16.5
Emacs.font: Source Code Pro Medium-10.5
+!Emacs.font: Source Code Pro Medium-14
! Emacs.font: Source Code Pro Medium:size=14
! Emacs.font: Drafting Mono:size=18
diff --git a/.config/jami.net/Jami.conf b/.config/jami.net/Jami.conf
index 9884966..7f415dc 100644
--- a/.config/jami.net/Jami.conf
+++ b/.config/jami.net/Jami.conf
@@ -3,6 +3,7 @@ AcceptTransferBelow=20
AllowFromUntrusted=false
AutoAcceptFiles=true
AutoUpdate=true
+BaseZoom=1.1
DisplayHyperlinkPreviews=true
DisplayImagesChatview=false
DownloadPath=/home/bandali/usr/dl
diff --git a/.emacs.d/lisp/bandali-dired.el b/.emacs.d/lisp/bandali-dired.el
index c7ed77f..0cbd7ed 100644
--- a/.emacs.d/lisp/bandali-dired.el
+++ b/.emacs.d/lisp/bandali-dired.el
@@ -25,9 +25,10 @@
;;; Code:
(with-eval-after-load 'dired
+ ;; (require 'ls-lisp)
(setq
dired-dwim-target t
- dired-listing-switches "-alh"
+ dired-listing-switches "-alh --group-directories-first"
dired-recent-directories-file (b/var "dired-recent-directories.el")
ls-lisp-dirs-first t
ls-lisp-use-insert-directory-program nil)