Skip to content

Commit

Permalink
Revert "refactor(emacs): delete dead code"
Browse files Browse the repository at this point in the history
Actually, native comp keeps spamming with warnings/erros
that are the implementation detail of packages.

This reverts commit d7383b0.
  • Loading branch information
gekoke committed Feb 4, 2024
1 parent 0279389 commit 3e717a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
(defalias 'yes-or-no-p 'y-or-n-p)
(setq inhibit-startup-message t)
(setq use-dialog-box nil)
(setq native-comp-async-report-warnings-errors nil)
(scroll-bar-mode -1)
(tool-bar-mode -1)
(tooltip-mode -1)
Expand Down

0 comments on commit 3e717a8

Please sign in to comment.