diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-03-13 22:55:44 -0500 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-03-13 22:55:44 -0500 |
commit | 5742d1c5076c752a5b50e5fd3d1b1d06e2077774 (patch) | |
tree | a028b412fca36e7b75b45a49fbb85226f43ebce2 | |
parent | 372e62aef511781adc3de82225a5bb21f7d75658 (diff) |
system changes
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | common/.config/emacs/init.el.org | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -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: diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 4d56977..7f81564 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -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. |