summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/etc/custom.el16
-rw-r--r--.emacs.d/etc/yasnippet/snippets/latex-mode/subsection2
-rw-r--r--.emacs.d/init.el5
3 files changed, 12 insertions, 11 deletions
diff --git a/.emacs.d/etc/custom.el b/.emacs.d/etc/custom.el
index 50e364c..a831542 100644
--- a/.emacs.d/etc/custom.el
+++ b/.emacs.d/etc/custom.el
@@ -3,11 +3,11 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- '(abbrev-file-name "/home/mab/.emacs.d/var/abbrev.el")
+ '(abbrev-file-name "/home/bandali/.emacs.d/var/abbrev.el")
'(auth-sources '("~/.authinfo.gpg"))
'(authinfo-hidden "\\(?:client-secret\\|password\\|token\\)")
'(auto-revert-verbose nil)
- '(auto-save-file-name-transforms '((".*" "/home/mab/.emacs.d/var/auto-save/" t)))
+ '(auto-save-file-name-transforms '((".*" "/home/bandali/.emacs.d/var/auto-save/" t)))
'(backup-by-copying t)
'(company-dabbrev-char-regexp "\\sw\\|\\s_\\|[-_]" t)
'(company-dabbrev-downcase nil t)
@@ -19,7 +19,7 @@
'(display-battery-mode t)
'(display-time-mode t)
'(dmenu-prompt-string "run: " t)
- '(dmenu-save-file "/home/mab/.emacs.d/var/dmenu-items" t)
+ '(dmenu-save-file "/home/bandali/.emacs.d/var/dmenu-items" t)
'(ebdb-gnus-window-configuration
'(article
(vertical 1.0
@@ -32,7 +32,7 @@
'(ediff-split-window-function 'split-window-horizontally t)
'(ediff-window-setup-function 'ediff-setup-windows-plain t)
'(epa-pinentry-mode 'loopback)
- '(epg-gpg-program "/home/mab/.guix-profile/bin/gpg")
+ '(epg-gpg-program "/home/bandali/.guix-profile/bin/gpg")
'(epg-pinentry-mode 'loopback)
'(erc-fill-column 77)
'(erc-fill-function 'erc-fill-static)
@@ -51,7 +51,7 @@
'(erc-track-position-in-mode-line t)
'(erc-track-priority-faces-only 'all)
'(erc-track-shorten-function nil)
- '(eshell-directory-name "/home/mab/.emacs.d/var/eshell/")
+ '(eshell-directory-name "/home/bandali/.emacs.d/var/eshell/")
'(eshell-hist-ignoredups t)
'(eshell-input-filter 'eshell-input-filter-initial-space)
'(fci-rule-color "#5B6268")
@@ -159,7 +159,7 @@
'(projectile-completion-system 'ivy)
'(projectile-mode-line-prefix " proj")
'(recentf-max-saved-items 2000)
- '(recentf-save-file "/home/mab/.emacs.d/var/recentf-save.el")
+ '(recentf-save-file "/home/bandali/.emacs.d/var/recentf-save.el")
'(require-final-newline t)
'(safe-local-variable-values
'((tex-main-file . "../thesis.tex")
@@ -177,8 +177,8 @@
(eval setq org-latex-prefer-user-labels t)
(eval add-hook 'after-save-hook 'org-latex-export-to-latex t t)))
'(save-interprogram-paste-before-kill t)
- '(save-place-file "/home/mab/.emacs.d/var/save-place.el" t)
- '(savehist-file "/home/mab/.emacs.d/var/savehist.el")
+ '(save-place-file "/home/bandali/.emacs.d/var/save-place.el" t)
+ '(savehist-file "/home/bandali/.emacs.d/var/savehist.el")
'(search-default-mode 'char-fold-to-regexp)
'(split-width-threshold 150)
'(text-scale-mode-step 1.05)
diff --git a/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection b/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection
index 043f322..ddfa13d 100644
--- a/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection
+++ b/.emacs.d/etc/yasnippet/snippets/latex-mode/subsection
@@ -3,6 +3,6 @@
# key: ss
# --
\subsection{${1:name}}
-\label{subsec:${2:label}}
+\label{sec:${2:label}}
$0 \ No newline at end of file
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 221a054..1fd13f9 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -891,8 +891,9 @@ around if needed."
(bind-keys
("C-c f ." . find-file)
+ ("C-c f d" . find-name-dired)
("C-c f l" . find-library)
- ("C-c f r" . recentf-open-files)
+ ;; ("C-c f r" . recentf-open-files)
("C-c x" . execute-extended-command))
(comment
@@ -1430,7 +1431,7 @@ This function is intended for use with `ivy-ignore-buffers'."
(use-package sgml-mode
:config
- (setq sgml-basic-offset 2))
+ (setq sgml-basic-offset 0))
(use-package css-mode
:config