(Emacs/*)~clean up text, change license of elisp packages to GPLv2 strictly

This commit is contained in:
2024-05-11 13:05:41 +05:30
parent 40240bbfd7
commit 6aa3c170e9
7 changed files with 24 additions and 33 deletions

View File

@@ -363,10 +363,10 @@ info pages so I'd like nice navigation options.
"RET" #'Info-follow-nearest-node)) "RET" #'Info-follow-nearest-node))
#+end_src #+end_src
** Display line numbers ** Display line numbers
I don't really like line numbers, I find them similar to [[*Fringes][fringes]] as I don't really like line numbers, I find them similar to
useless space, but at least it provides some information. Sometimes [[*Fringes][fringes]] as useless space, but at least it provides some
it can help with doing repeated commands so a toggle option is information. Sometimes it can help with doing repeated commands so a
necessary. toggle option is necessary.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package display-line-numbers (use-package display-line-numbers
:straight nil :straight nil

View File

@@ -7,8 +7,8 @@
#+startup: noindent #+startup: noindent
Packages that are absolutely necessary for the rest of the Packages that are absolutely necessary for the rest of the
configuration. These yield core functionality such as keybinding, configuration. Window management, Keybindings or completion
modal editing, completion, auto typing to name a few. frameworks; they're all done here.
* General * General
General provides a great solution for binding keys. It has evil and General provides a great solution for binding keys. It has evil and
use-package support so it fits nicely into configuration. In this use-package support so it fits nicely into configuration. In this

View File

@@ -5,10 +5,9 @@
;; Author: Aryadev Chavali <aryadev@aryadevchavali.com> ;; Author: Aryadev Chavali <aryadev@aryadevchavali.com>
;; Keywords: faces, languages ;; Keywords: faces, languages
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;; modify it under the terms of the GNU General Public License Version
;; the Free Software Foundation, either version 3 of the License, or ;; 2 as published by the Free Software Foundation.
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful, ;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@@ -7,10 +7,9 @@
;; Author: Aryadev Chavali <aryadev@aryadevchavali.com> ;; Author: Aryadev Chavali <aryadev@aryadevchavali.com>
;; Keywords: ;; Keywords:
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;; modify it under the terms of the GNU General Public License version
;; the Free Software Foundation, either version 3 of the License, or ;; 2 as published by the Free Software Foundation.
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful, ;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@@ -5,10 +5,9 @@
;; Author: Aryadev Chavali <aryadev@aryadevchavali.com> ;; Author: Aryadev Chavali <aryadev@aryadevchavali.com>
;; Keywords: ;; Keywords:
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;; modify it under the terms of the GNU General Public License version
;; the Free Software Foundation, either version 3 of the License, or ;; 2 as published by the Free Software Foundation.
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful, ;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -31,11 +30,9 @@
"Hides the mode line." "Hides the mode line."
:lighter nil :lighter nil
(if mode-line-format (if mode-line-format
(progn (setq-local hide-mode-line--prev-mode-line mode-line-format
(setq-local hide-mode-line--prev-mode-line mode-line-format) mode-line-format nil)
(setq-local mode-line-format nil)) (setq-local mode-line-format hide-mode-line--prev-mode-line)))
(setq-local mode-line-format hide-mode-line--prev-mode-line)))
(provide 'hide-mode-line) (provide 'hide-mode-line)
;;; hide-mode-line.el ends here ;;; hide-mode-line.el ends here

View File

@@ -5,10 +5,9 @@
;; Author: Aryadev Chavali <aryadev@aryadevchavali.com> ;; Author: Aryadev Chavali <aryadev@aryadevchavali.com>
;; Keywords: ;; Keywords:
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;; modify it under the terms of the GNU General Public License version
;; the Free Software Foundation, either version 3 of the License, or ;; 2 as published by the Free Software Foundation.
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful, ;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -19,9 +18,7 @@
;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;; along with this program. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary: ;;; Commentary:
;; ;;
;;; Code: ;;; Code:
(defvar +license/license-choice nil) (defvar +license/license-choice nil)

View File

@@ -5,10 +5,9 @@
;; Author: Aryadev Chavali <aryadev@aryadevchavali.com> ;; Author: Aryadev Chavali <aryadev@aryadevchavali.com>
;; Keywords: ;; Keywords:
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or
;; it under the terms of the GNU General Public License as published by ;; modify it under the terms of the GNU General Public License version
;; the Free Software Foundation, either version 3 of the License, or ;; 2 as published by the Free Software Foundation.
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful, ;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; but WITHOUT ANY WARRANTY; without even the implied warranty of