Skip to content

Commit

Permalink
Update .emacs.d/config.org
Browse files Browse the repository at this point in the history
  • Loading branch information
nezia1 committed Jul 4, 2024
1 parent 3525ff4 commit 2ca61f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions private_dot_emacs.d/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Besides the font settings, I use the package fixed-pitch, which sets up hooks au
:vc ( :fetcher github :repo cstby/fixed-pitch-mode))
#+end_src

** Ligatures
*** Ligatures
#+begin_src emacs-lisp
(use-package ligature
:config
Expand All @@ -119,7 +119,7 @@ Besides the font settings, I use the package fixed-pitch, which sets up hooks au
#+end_src

** Visual mode
We turn on visual mode, so that lines can wrap nicely and do go beyond my Emacs buffer size.
We turn on visual mode, so that lines can wrap nicely and not go beyond my Emacs buffer size.
#+begin_src emacs-lisp
(global-visual-line-mode t)
#+end_src
Expand Down

0 comments on commit 2ca61f9

Please sign in to comment.