Misc formatting
This commit is contained in:
@@ -15,7 +15,6 @@ Remove all those UI elements. They do not look good and waste space.
|
|||||||
(tooltip-mode -1)
|
(tooltip-mode -1)
|
||||||
(fringe-mode -1)
|
(fringe-mode -1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Set up package repositories
|
* Set up package repositories
|
||||||
** Require package support
|
** Require package support
|
||||||
State that we will need package support and define a macro for adding package repos to the archives
|
State that we will need package support and define a macro for adding package repos to the archives
|
||||||
@@ -43,9 +42,7 @@ State that we will need package support and define a macro for adding package re
|
|||||||
|
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
|
|
||||||
(setq
|
(setq use-package-always-ensure t)
|
||||||
use-package-always-ensure t
|
|
||||||
use-package-verbose t)
|
|
||||||
|
|
||||||
(use-package gnu-elpa-keyring-update)
|
(use-package gnu-elpa-keyring-update)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@@ -308,7 +305,8 @@ The most important parts are configuring key bindings to quickly access the file
|
|||||||
("C-c a s" . org-emphasize)
|
("C-c a s" . org-emphasize)
|
||||||
("C-c a r" . org-ref)
|
("C-c a r" . org-ref)
|
||||||
("C-c a e" . outline-show-all)
|
("C-c a e" . outline-show-all)
|
||||||
("C-c a t" . unindent-by-four))
|
("C-c a t" . unindent-by-four)
|
||||||
|
("C-c -" . org-edit-special))
|
||||||
:hook ((org-mode . visual-line-mode)
|
:hook ((org-mode . visual-line-mode)
|
||||||
(org-mode . variable-pitch-mode)
|
(org-mode . variable-pitch-mode)
|
||||||
(org-mode . org-indent-mode))
|
(org-mode . org-indent-mode))
|
||||||
|
|||||||
2
init.el
2
init.el
@@ -1,7 +1,7 @@
|
|||||||
;; init.el -- Marcel Fries <mfries@luxick.de>
|
;; init.el -- Marcel Fries <mfries@luxick.de>
|
||||||
|
|
||||||
;; Configure emacs in a literate style from an org file.
|
;; Configure emacs in a literate style from an org file.
|
||||||
;; The file sould be named "setup-emacs.org". It should be located in your ".emacs.d" directory.
|
;; The file sould be named "README.org". It should be located in your ".emacs.d" directory.
|
||||||
;; Source at https://git.sr.ht/~luxick/emacs-config
|
;; Source at https://git.sr.ht/~luxick/emacs-config
|
||||||
|
|
||||||
(require 'org)
|
(require 'org)
|
||||||
|
|||||||
Reference in New Issue
Block a user