(Emacs/config)~Fix license at start of config.el
This commit is contained in:
@@ -23,14 +23,18 @@ code:
|
|||||||
|
|
||||||
;; Author: Aryadev Chavali <aryadev@aryadevchavali.com>
|
;; Author: Aryadev Chavali <aryadev@aryadevchavali.com>
|
||||||
|
|
||||||
;; You may distribute and modify this code under the terms of the MIT
|
;; This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
;; license. You should have received a copy of the MIT license with
|
;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||||
;; this file. If not, please write to: aryadev@aryadevchavali.com.
|
;; 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 <https://opensource.org/license/MIT>.
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; Welcome to my Emacs configuration. This file is considered
|
;; Welcome to my Emacs configuration. This file is considered volatile i.e. any
|
||||||
;; volatile i.e. any edits made to this file will be overwritten if
|
;; edits made to this file will be overwritten if and when the configuration is
|
||||||
;; and when the configuration is compiled again.
|
;; compiled again.
|
||||||
|
|
||||||
;; To propagate edits from this file to the literate document, call
|
;; To propagate edits from this file to the literate document, call
|
||||||
;; (org-babel-detangle).
|
;; (org-babel-detangle).
|
||||||
@@ -415,9 +419,7 @@ the borders for Emacs, so called fringes.
|
|||||||
(fringe-mode 0))
|
(fringe-mode 0))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Mouse
|
** Mouse
|
||||||
Who uses a mouse? 🤮
|
Who uses a mouse? This disables the use of GUI dialogues for stuff.
|
||||||
|
|
||||||
This disables the use of GUI dialogues for stuff.
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq-default use-file-dialog nil
|
(setq-default use-file-dialog nil
|
||||||
use-dialog-box nil)
|
use-dialog-box nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user