summaryrefslogtreecommitdiff
path: root/emacs_init
diff options
context:
space:
mode:
authoryaideltg <github.j9jab@aleeas.com>2023-05-21 13:55:54 +0200
committeryaideltg <github.j9jab@aleeas.com>2023-05-21 13:55:54 +0200
commit9e4b70e161d51c340339bf9ce528699edb8535ca (patch)
treef867ea359e393cca827c3a67d56ad3cb7f48f912 /emacs_init
parent975acd01754becdc3ca1236e3ef888b1703d5c82 (diff)
downloadconfiguration files-9e4b70e161d51c340339bf9ce528699edb8535ca.tar.gz
configuration files-9e4b70e161d51c340339bf9ce528699edb8535ca.tar.bz2
configuration files-9e4b70e161d51c340339bf9ce528699edb8535ca.zip
Added some other blogs to the list
Diffstat (limited to 'emacs_init')
-rw-r--r--emacs_init/dot_emacs.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/emacs_init/dot_emacs.org b/emacs_init/dot_emacs.org
index 7212571..3e44927 100644
--- a/emacs_init/dot_emacs.org
+++ b/emacs_init/dot_emacs.org
@@ -164,8 +164,8 @@ And finally use the =adaptive-wrap= package to avoid that the next line, when ar
:after visual-fill-column
:hook
(visual-line-mode . adaptive-wrap-prefix-mode)
- ;; :config
- ;;(setq-default adaptive-wrap-extra-indent 1)
+ :config
+ (setq-default adaptive-wrap-extra-indent 0)
)
#+end_src
@@ -667,9 +667,10 @@ because it uses [[*Denote][Denote's]] tags in the file name to detect the projec
:hook
(org-mode . flyspell-mode)
(org-mode . visual-line-mode)
+ (org-mode . org-indent-mode)
:config
- (setq org-startup-indented t) ;; Activating Org Indent Mode by default
+ ;; (setq org-startup-indented t) ;; Activating Org Indent Mode by default
;; (setq org-adapt-indentation nil) ;; set the identation method in ORG mode
(setq org-clock-persist 'history) ;; Clocking projects time settings to save clocking history throughout sessions