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
|
||||
|
||||
[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)
|
||||
;;(package-initialize)
|
||||
|
||||
(load-theme 'spacemacs-dark t)
|
||||
;; (load-theme 'spacemacs-dark t)
|
||||
;; (load-theme 'wombat t)
|
||||
;;(use-package solarized-theme
|
||||
;; :init
|
||||
;; (load-theme 'solarized-selenized-black t))
|
||||
(use-package solarized-theme
|
||||
:init
|
||||
(load-theme 'solarized-selenized-light t))
|
||||
|
||||
;; (use-package vscode-dark-plus-theme
|
||||
;; :config
|
||||
;; (load-theme 'vscode-dark-plus t))
|
||||
|
||||
;; Tab-width
|
||||
(setq tab-width 2)
|
||||
@ -205,8 +209,16 @@
|
||||
;; If there is more than one, they won't work right.
|
||||
'(auth-source-save-behavior nil)
|
||||
'(inhibit-startup-screen t)
|
||||
'(show-paren-mode t)
|
||||
'(show-paren-style 'mixed)
|
||||
'(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 ;;;;;;;;;;;;;;;;;
|
||||
|
||||
@ -78,8 +78,10 @@ let
|
||||
sparql-mode
|
||||
sudo-edit
|
||||
use-package
|
||||
#vscode-dark-plus-theme
|
||||
yaml-mode
|
||||
yasnippet
|
||||
#zenburn-theme
|
||||
] ++ (with lpkgs; [org-roam-ui])));
|
||||
in
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user