summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org7
1 files changed, 1 insertions, 6 deletions
diff --git a/init.org b/init.org
index ba122f8..b304636 100644
--- a/init.org
+++ b/init.org
@@ -45,7 +45,6 @@ To install all packages via GNU Guix I can either use a manifest file or use the
emacs \
emacs-ag \
emacs-auctex \
- emacs-better-defaults \
emacs-clojure-mode \
emacs-company \
emacs-debbugs \
@@ -137,11 +136,7 @@ Install packages as soon as this configuration is evaluated. If there’s an er
:header-args: :noweb-ref better-defaults
:END:
-Emacs defaults are hostile to most people. They are what kept me from using Emacs for many years. Some people agree and wrote a package to fix some of the quirks that are almost universally hated. Note that the =better-defaults= package also hides the GUI elements.
-
-#+BEGIN_SRC elisp
-(require 'better-defaults)
-#+END_SRC
+Emacs defaults are hostile to most people. They are what kept me from using Emacs for many years.
I’m easily confused by the way the cursor (point) keeps jumping around when scrolling by pages. Let the cursor keep its screen position constant even when scrolling by full screens and don’t jump around when scrolling.