system changes
This commit is contained in:
parent
372e62aef5
commit
5742d1c507
2 changed files with 3 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright 2024 Jacob Janzen
|
||||
Copyright 2024 j. janzen
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
|
|
@ -69,10 +69,11 @@ Colourful delimiters with =rainbow-delimiters=.
|
|||
(prog-mode . rainbow-delimiters-mode))
|
||||
#+end_src
|
||||
|
||||
Tell Emacs to show line numbers and column numbers by default.
|
||||
Tell Emacs to show line numbers, column numbers, and the time by default.
|
||||
#+begin_src emacs-lisp
|
||||
(global-display-line-numbers-mode 1)
|
||||
(column-number-mode 1)
|
||||
(display-time-mode)
|
||||
#+end_src
|
||||
|
||||
Configure Emacs to default to spaces over tabs and use a width of 4 by default.
|
||||
|
|
Loading…
Add table
Reference in a new issue