Changeset bec93c6 in dotfiles for guix/.config/nyxt/init.lisp


Ignore:
Timestamp:
Dec 6, 2021, 4:40:08 AM (3 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
4be6500
Parents:
d8c64ac
Message:

Changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/.config/nyxt/init.lisp

    rd8c64ac rbec93c6  
    1 (define-configuration buffer
    2     ((default-modes
    3          (append '(emacs-mode
    4                    noscript-mode
    5                    web-mode
    6                    base-mode
    7                    force-https-mode)
    8                  %slot-default))))
     1;; -*- mode: common-lisp -*-
     2
     3;; (define-configuration buffer
     4;;     ((default-modes
     5;;       (append '(emacs-mode
     6;;                 noscript-mode
     7;;                 nowebgl-mode
     8;;                 ;;web-mode
     9;;                 ;;web-buffer
     10;;                 ;;base-mode
     11;;                 force-https-mode)
     12;;               %slot-default))))
Note: See TracChangeset for help on using the changeset viewer.