several uncommitted changes
authorAmin Bandali <bandali@gnu.org>
Sun, 17 Oct 2021 19:36:51 +0000 (15:36 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 17 Oct 2021 19:36:51 +0000 (15:36 -0400)
.Xresources.d/emacs
.Xresources.d/rxvt-unicode
.config/guix/channels.scm
.config/isync/mbsyncrc
.config/jami.net/Jami.conf
.emacs.d/etc/eshell/aliases
.emacs.d/init.el
.emacs.d/lisp/bandali-gnus.el
.profile

index a431a86..da55006 100644 (file)
@@ -17,6 +17,7 @@ Emacs.FontBackend: ftcrhb,x
 ! Emacs.font: Inconsolata LGC:size=14
 ! Emacs.font: Source Code Pro Medium-10.5
 Emacs.font: Source Code Pro Medium:size=14
+!Emacs.font: Drafting Mono:size=18
 !Emacs.font: Vazir:size=14
 ! Emacs.font: Ubuntu Mono:size=16
 ! Emacs.font: Iosevka:size=16
index 76542e0..3e90e6f 100644 (file)
@@ -4,6 +4,11 @@ URxvt.boldFont:         xft:source code pro:semibold:pixelsize=14:antialias=true
 URxvt.italicFont:       xft:source code pro:italic:pixelsize=14:antialias=true:hinting=true:italic, xft:dejavu sans mono:pixelsize=15:antialias=true:hinting=true:italic
 URxvt.bolditalicFont:   xft:source code pro:semibold:italic:pixelsize=14:antialias=true:hinting=true:bold:italic, xft:dejavu sans mono:pixelsize=15:antialias=true:hinting=true:bolditalic
 
+!URxvt.font: xft:Drafting Mono:size=16
+!URxvt.italicFont: xft:Drafting Mono:size=16
+!URxvt.boldFont: xft:Drafting Mono Semibold:size=16
+!URxvt.bolditalicFont: xft:Drafting Mono SemiboldItalic:size=16
+
 URxvt.xftAntialias:     true
 URxvt.letterSpace:      -1
 
index 9daf2a8..f9cc0d6 100644 (file)
@@ -1,6 +1,12 @@
 (list (channel
        (name 'guix)        ; https://git.savannah.gnu.org/git/guix.git
-       (url "file:///home/bandali/src/git/guix"))
-      (channel
-       (name 'guix-bandali)  ; https://git.sr.ht/~bandali/guix-bandali
-       (url "file:///home/bandali/src/git/guix-bandali")))
+       (url "file:///home/bandali/src/guix")
+       (introduction
+        (make-channel-introduction
+         "9edb3f66fd807b096b48283debdcddccfea34bad"
+         (openpgp-fingerprint
+          "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA"))))
+      ;;(channel
+      ;; (name 'guix-bandali)  ; https://git.sr.ht/~bandali/guix-bandali
+      ;; (url "file:///home/bandali/src/git/guix-bandali")))
+      )
index a74b565..81c0191 100644 (file)
@@ -103,28 +103,3 @@ Channel csclub
 Master :csclub-remote:
 Slave :csclub-local:
 Patterns *
-
-######
-IMAPAccount sfl
-Host mail.savoirfairelinux.com
-User amin.bandali
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/sfl.gpg"
-SSLType IMAPS
-
-IMAPStore sfl-remote
-Account sfl
-
-IMAPAccount sfl-local
-Host 127.0.0.1
-Port 143
-User amin.bandali@savoirfairelinux.local
-PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/sfl-local.gpg"
-SSLType None
-
-IMAPStore sfl-local
-Account sfl-local
-
-Channel sfl
-Master :sfl-remote:
-Slave :sfl-local:
-Patterns *
index b87df52..e541e6e 100644 (file)
@@ -1,7 +1,11 @@
 [General]
+AcceptTransferBelow=20
+AllowFromUntrusted=false
+AutoAcceptFiles=true
 AutoUpdate=true
-DisplayImagesChatview=true
-DownloadPath=/home/bandali/u/dl
+DisplayHyperlinkPreviews=true
+DisplayImagesChatview=false
+DownloadPath=/home/bandali/usr/dl
 EnableDarkTheme=false
 EnableNotifications=true
 EnableTypingIndicator=true
index c13a88c..203b616 100644 (file)
@@ -17,4 +17,4 @@ alias vi find-file $1
 alias vim find-file $1
 alias mbsync mbsync -c $XDG_CONFIG_HOME/isync/mbsyncrc $*
 alias getmail getmail --getmaildir $XDG_CONFIG_HOME/getmail --rcfile getmailrc $*
-alias m mbsync sfl; mbsync csclub; mbsync uwaterloo; mbsync shemshak; mbsync gnub; getmail
+alias m mbsync csclub; mbsync uwaterloo; mbsync shemshak; mbsync gnub; getmail
index 781b7f0..251319a 100644 (file)
@@ -220,6 +220,7 @@ This sets each user option VAR's value to the corresponding VALUE.
 ;;;; C-level customizations
 
 (csetq
+ ;; line-spacing 3
  ;; completion case sensitivity
  completion-ignore-case t
  read-buffer-completion-ignore-case t
@@ -246,7 +247,11 @@ This sets each user option VAR's value to the corresponding VALUE.
  indent-tabs-mode nil
  tab-width 4)
 
-(set-fontset-font t 'arabic "Vazir")
+(when (display-graphic-p)
+  (set-fontset-font t 'arabic "Vazir"))
+;; ;; (set-frame-font "Drafting Mono-14:weight=light" nil t)
+;; (set-frame-font "Drafting Mono:pixelsize=16" nil t)
+;; (set-face-attribute 'bold nil :weight 'semi-bold)
 
 ;;;; Elisp-level customizations
 
@@ -450,11 +455,14 @@ This sets each user option VAR's value to the corresponding VALUE.
 (when (display-graphic-p)
   (with-eval-after-load 'faces
     (let* ((grey "#e7e7e7")
-           (darker-grey "#d9d9d9")
-           (box ;; 'unspecified
-                `(:line-width -1 :style released-button)))
+           ;; (darker-grey "#d9d9d9")
+           ;; (box ;; 'unspecified
+           ;;      `(;; :line-width -1
+           ;;        :style released-button))
+           )
       (set-face-attribute 'mode-line nil
-                          :background grey :box box)
+                          :background grey ;; :box box
+                          )
       ;; (set-face-attribute 'mode-line-inactive nil
       ;;                     :background darker-grey :box box)
       )))
index 5007abd..a7fa68d 100644 (file)
     (gcc-self . t)))
  ;; nnimap-record-commands t
  ;; gnus-large-newsgroup  50
+ ;; gnus-process-mark-toggle t
  gnus-home-directory   (b/var "gnus/")
  gnus-directory        (concat gnus-home-directory "news/")
  message-directory     (concat gnus-home-directory "mail/")
index 8ef91c9..cebb4cf 100644 (file)
--- a/.profile
+++ b/.profile
@@ -10,7 +10,7 @@ fi
 export EDITOR="emacsclient -nw"
 export VISUAL="emcl"
 
-PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
+PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"
 if [ -z "$IS_GUIX_SYSTEM" ]; then
     PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
     INFOPATH="$HOME/.config/guix/current/share/info${INFOPATH:+:}$INFOPATH"