From cd70e6fec0cdd434382edb853f38d3dd948a1c17 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 3 Jul 2024 04:44:06 +0100 Subject: (Emacs/config)~Fix license at start of config.el --- Emacs/.config/emacs/config.org | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 020bb44..4d16ff3 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -23,14 +23,18 @@ code: ;; Author: Aryadev Chavali -;; You may distribute and modify this code under the terms of the MIT -;; license. You should have received a copy of the MIT license with -;; this file. If not, please write to: aryadev@aryadevchavali.com. +;; This program is distributed in the hope that it will be useful, but WITHOUT +;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +;; FOR A PARTICULAR PURPOSE. See the MIT License for details. + +;; You may distribute and modify this code under the terms of the MIT License, +;; which you should have received a copy of along with this program. If not, +;; please go to . ;;; Commentary: -;; Welcome to my Emacs configuration. This file is considered -;; volatile i.e. any edits made to this file will be overwritten if -;; and when the configuration is compiled again. +;; Welcome to my Emacs configuration. This file is considered volatile i.e. any +;; edits made to this file will be overwritten if and when the configuration is +;; compiled again. ;; To propagate edits from this file to the literate document, call ;; (org-babel-detangle). @@ -415,12 +419,10 @@ the borders for Emacs, so called fringes. (fringe-mode 0)) #+end_src ** Mouse -Who uses a mouse? 🤮 - -This disables the use of GUI dialogues for stuff. +Who uses a mouse? This disables the use of GUI dialogues for stuff. #+begin_src emacs-lisp - (setq-default use-file-dialog nil - use-dialog-box nil) +(setq-default use-file-dialog nil + use-dialog-box nil) #+end_src ** Scrolling Emacs can automatically scroll the buffer depending on how many lines -- cgit v1.2.3-13-gbd6f