Merge branch 'main' of git.datarift.nl:erwin/nixos-config
This commit is contained in:
commit
70c85904e2
1 changed files with 3 additions and 3 deletions
|
@ -57,10 +57,10 @@ This sets some variables with my personal preferences for easy customization
|
|||
#+begin_src emacs-lisp
|
||||
(defvar my/default-font "Iosevka Nerd Font")
|
||||
(defvar my/variable-width-font "Iosevka Aile")
|
||||
(defvar my/default-font-height 110)
|
||||
(defvar my/default-font-height 140)
|
||||
(defvar my/default-font-weight 'normal)
|
||||
(defvar my/default-font-width 'normal)
|
||||
(defvar my/variable-width-font-height 1.2)
|
||||
(defvar my/variable-width-font-height 1.1)
|
||||
(defvar my/config-file-path (expand-file-name "config.org" user-emacs-directory))
|
||||
(defvar my/snippets-dir (expand-file-name "snippets" user-emacs-directory))
|
||||
(defvar my/local-init-file (expand-file-name "local-init.el" user-emacs-directory))
|
||||
|
@ -764,7 +764,7 @@ Enable =magit= integration
|
|||
|
||||
** General settings
|
||||
|
||||
Auto balance parenthesese. *Note:* Switched to =electric-pair-mode=
|
||||
Auto balance parenthesese. *Note:* Disabled in favour of =electric-pair-mode=
|
||||
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
(use-package smartparens
|
||||
|
|
Loading…
Reference in a new issue