Browse Source

Disable prettify symbols, as they mess with indentation

master
Riyyi 3 years ago
parent
commit
47178aea27
  1. 3
      .config/emacs/config.org

3
.config/emacs/config.org

@ -855,9 +855,6 @@ Debug Adapter Protocol.
;; C++ syntax highlighting for .h files
(add-to-list 'auto-mode-alist '("\\.h\\'" . c++-mode))
;; When in the GUI version of Emacs, enable pretty symbols
(when window-system (global-prettify-symbols-mode t))
;; Set the frame title
(setq frame-title-format
`("%b"

Loading…
Cancel
Save