diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 05:46:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 05:46:13 +0200 |
commit | 4470fdbc3baf22acb5fb501e3d8efd7d38a5eaf2 (patch) | |
tree | d3a8f24d29b3eac6b3da468bd649d8a180045305 /.config/emacs/config.org | |
parent | 5d693043c1d54023d1a2a6f52dcf49dda34958ed (diff) |
emacs: Remove a comment
Diffstat (limited to '.config/emacs/config.org')
-rw-r--r-- | .config/emacs/config.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 55ed38d..f5a8e7a 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -28,7 +28,6 @@ is simply because I need to use them here. #+BEGIN_SRC elisp - ;; Basic numerical constants (defconst 1-KiB 1024 "The number of bytes in 1 kibibyte.") |