Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Sveningsson
dotfiles
Commits
8f9a6811
Commit
8f9a6811
authored
Nov 01, 2019
by
David Sveningsson
Browse files
emacs: typo
parent
ddb348cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
global/emacs.d/init.org
View file @
8f9a6811
...
...
@@ -317,7 +317,7 @@ Default configuration.
#+END_SRC
* Theme
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp
(use-package solarized-theme
:ensure t
:config
...
...
@@ -331,7 +331,7 @@ Default configuration.
(setq solarized-distinct-fringe-background t
solarized-high-contrast-mode-line t
solarized-scale-org-headlines nil))
#+END_SRC
#+END_SRC
* Custom functions
** inhibit-dtw
Customized ~delete-trailing-whitespace~ which can be toggled on/off.
...
...
@@ -349,4 +349,4 @@ Default configuration.
(progn
(setq-local my-inhibit-dtw t)
(message "dtw disabled"))))
#+END_SRC
\ No newline at end of file
#+END_SRC
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment