Changeset 1ee3255 in dotfiles


Ignore:
Timestamp:
Apr 22, 2023, 12:09:55 AM (21 months ago)
Author:
Mikhail Kirillov <mikhail.kirillov@…>
Branches:
master
Children:
5401ac6
Parents:
4efc9e1
Message:

RDE: change visual look; Disable smartparens;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/rde/src/wkz-p1.scm

    r4efc9e1 r1ee3255  
    122122     #:options '("grp:shifts_toggle" "ctrl:nocaps")))
    123123
     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
    124132     ;; (feature-alternative-frontends)
    125133
    126134     (feature-youtube-dl)
    127135
    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      )
    131142     (feature-emacs-faces)
    132143     (feature-emacs-modus-themes)
     
    150161
    151162     (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")))
    155168     (feature-emacs-telega)
    156169     (feature-emacs-elpher)
     
    167180     ;; (feature-emacs-citar)
    168181
    169      (feature-emacs-smartparens
    170       #:show-smartparens? #t)
     182     ;; (feature-emacs-smartparens
     183     ;; #:show-smartparens? #t)
    171184
    172185     (feature-emacs-pulseaudio-control)
Note: See TracChangeset for help on using the changeset viewer.