mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
tweaks on emacs config
Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
parent
66c823544b
commit
369469f5ac
@ -51,4 +51,4 @@ useNewBigFolderSizeLimit=true
|
|||||||
version=2
|
version=2
|
||||||
|
|
||||||
[Settings]
|
[Settings]
|
||||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\b+\0\0\x3\xe6\0\0\nH\0\0\x5\xb2\0\0\b-\0\0\x3\xe6\0\0\nF\0\0\x5\xb0\0\0\0\0\0\0\0\0\xf\0\0\0\b-\0\0\x3\xe6\0\0\nF\0\0\x5\xb0)
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\b-\0\0\x3\xe6\0\0\nJ\0\0\x5\xb2\0\0\b/\0\0\x3\xe6\0\0\nH\0\0\x5\xb0\0\0\0\0\0\0\0\0\xf\0\0\0\b/\0\0\x3\xe6\0\0\nH\0\0\x5\xb0)
|
||||||
|
|||||||
@ -2,11 +2,15 @@
|
|||||||
;;(setq package-enable-at-startup nil)
|
;;(setq package-enable-at-startup nil)
|
||||||
;;(package-initialize)
|
;;(package-initialize)
|
||||||
|
|
||||||
(load-theme 'spacemacs-dark t)
|
;; (load-theme 'spacemacs-dark t)
|
||||||
;; (load-theme 'wombat t)
|
;; (load-theme 'wombat t)
|
||||||
;;(use-package solarized-theme
|
(use-package solarized-theme
|
||||||
;; :init
|
:init
|
||||||
;; (load-theme 'solarized-selenized-black t))
|
(load-theme 'solarized-selenized-light t))
|
||||||
|
|
||||||
|
;; (use-package vscode-dark-plus-theme
|
||||||
|
;; :config
|
||||||
|
;; (load-theme 'vscode-dark-plus t))
|
||||||
|
|
||||||
;; Tab-width
|
;; Tab-width
|
||||||
(setq tab-width 2)
|
(setq tab-width 2)
|
||||||
@ -205,8 +209,16 @@
|
|||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(auth-source-save-behavior nil)
|
'(auth-source-save-behavior nil)
|
||||||
'(inhibit-startup-screen t)
|
'(inhibit-startup-screen t)
|
||||||
|
'(show-paren-mode t)
|
||||||
|
'(show-paren-style 'mixed)
|
||||||
'(org-agenda-files '("~/org-notes/daily/" "~/org-notes/"))
|
'(org-agenda-files '("~/org-notes/daily/" "~/org-notes/"))
|
||||||
'(org-angeda-files '("~/org-notes/daily/" "~/org-notes/")))
|
'(org-angeda-files '("~/org-notes/daily/" "~/org-notes/"))
|
||||||
|
'(size-indication-mode)
|
||||||
|
'(line-number-mode t)
|
||||||
|
'(epg-gpg-program (executable-find "gpg2"))
|
||||||
|
'(epg-gpgsm-program (executable-find "gpgsm"))
|
||||||
|
'(user-full-name "Stefan Ellmauthaler")
|
||||||
|
'(user-mail-address "stefan.ellmauthaler@tu-dresden.de"))
|
||||||
|
|
||||||
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; ;;;;;;;;;;;;;;;; LaTeX ;;;;;;;;;;;;;;;;;
|
;; ;;;;;;;;;;;;;;;; LaTeX ;;;;;;;;;;;;;;;;;
|
||||||
|
|||||||
@ -78,8 +78,10 @@ let
|
|||||||
sparql-mode
|
sparql-mode
|
||||||
sudo-edit
|
sudo-edit
|
||||||
use-package
|
use-package
|
||||||
|
#vscode-dark-plus-theme
|
||||||
yaml-mode
|
yaml-mode
|
||||||
yasnippet
|
yasnippet
|
||||||
|
#zenburn-theme
|
||||||
] ++ (with lpkgs; [org-roam-ui])));
|
] ++ (with lpkgs; [org-roam-ui])));
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user