Skip to content

Commit

Permalink
fix(emacs): go-ts-mode: go-ts-mode-indent-offset: incorrect value
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Aug 1, 2024
1 parent f66c338 commit c4e1ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
:config
(remember-last-theme-enable))

(set-face-attribute 'default nil :family "Hack Mono Nerd Font" :height 110 :weight 'semi-bold)
(set-face-attribute 'default nil :family "JetBrains Mono Nerd Font" :height 100 :weight 'semi-bold)

(use-package ligature
:config
Expand Down Expand Up @@ -851,7 +851,7 @@
(use-package go-ts-mode
:ensure nil
:custom
(go-ts-mode-indent-offset (tab-width)))
(go-ts-mode-indent-offset tab-width))

(use-package age
:custom
Expand Down

0 comments on commit c4e1ebd

Please sign in to comment.