Changeset 1ee3255 in dotfiles
- Timestamp:
- Apr 22, 2023, 12:09:55 AM (21 months ago)
- Branches:
- master
- Children:
- 5401ac6
- Parents:
- 4efc9e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/rde/src/wkz-p1.scm
r4efc9e1 r1ee3255 122 122 #:options '("grp:shifts_toggle" "ctrl:nocaps"))) 123 123 124 (feature-irc-settings 125 #:irc-accounts (list 126 (irc-account 127 (id 'libera) 128 (network "irc.libera.chat") 129 (nick "w96k") 130 (bouncer? #t)))) 131 124 132 ;; (feature-alternative-frontends) 125 133 126 134 (feature-youtube-dl) 127 135 128 (feature-fonts) 129 130 (feature-emacs-appearance) 136 (feature-fonts 137 #:default-font-size 13) 138 139 (feature-emacs-appearance 140 #:header-line-as-mode-line? #f 141 ) 131 142 (feature-emacs-faces) 132 143 (feature-emacs-modus-themes) … … 150 161 151 162 (feature-emacs-message) 152 ;; (feature-emacs-erc 153 ;; #:erc-log? #f 154 ;; #:erc-autojoin-channels-alist '((Libera.Chat "#rde"))) 163 164 165 (feature-emacs-erc 166 #:erc-log? #f 167 #:erc-autojoin-channels-alist '((Libera.Chat "#rde"))) 155 168 (feature-emacs-telega) 156 169 (feature-emacs-elpher) … … 167 180 ;; (feature-emacs-citar) 168 181 169 (feature-emacs-smartparens170 #:show-smartparens? #t)182 ;; (feature-emacs-smartparens 183 ;; #:show-smartparens? #t) 171 184 172 185 (feature-emacs-pulseaudio-control)
Note:
See TracChangeset
for help on using the changeset viewer.