From f0a2dfe1e2c2bef245cb3b73227d50beb3e68f2b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 21 Jul 2020 09:27:01 -0400 Subject: [PATCH] use-package debbugs --- .gitmodules | 4 ++++ etc/custom.el | 14 +++++++++----- init.el | 4 ++-- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8465dc5..c9c41e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,6 +30,10 @@ [submodule "debbugs"] path = lib/debbugs url = https://github.com/emacsmirror/debbugs.git + # debbugs creates a `instructions.info' info file, which makes git + # think that the submodule is dirty. so, let's ignore the + # untracked files of debbugs' submodule + ignore = untracked [submodule "diff-hl"] path = lib/diff-hl url = https://github.com/dgutov/diff-hl.git diff --git a/etc/custom.el b/etc/custom.el index a831542..603eb96 100644 --- a/etc/custom.el +++ b/etc/custom.el @@ -27,7 +27,7 @@ (horizontal 1.0 (article 1.0) (ebdb-gnus 0.3))))) - '(ebdb-gnus-window-size 0.3 t) + '(ebdb-gnus-window-size 0.3) '(ebdb-mua-pop-up t) '(ediff-split-window-function 'split-window-horizontally t) '(ediff-window-setup-function 'ediff-setup-windows-plain t) @@ -69,7 +69,7 @@ " " filename-and-process) (mark " " (name 16 -1) - " " filename))) + " " filename)) t) '(ibuffer-saved-filter-groups '(("default" ("dired" @@ -116,7 +116,7 @@ ("exwm" (mode . exwm-mode)) ("erc" - (mode . erc-mode))))) + (mode . erc-mode)))) t) '(inhibit-startup-buffer-menu t) '(inhibit-startup-echo-area-message "bandali") '(inhibit-startup-screen t) @@ -162,7 +162,11 @@ '(recentf-save-file "/home/bandali/.emacs.d/var/recentf-save.el") '(require-final-newline t) '(safe-local-variable-values - '((tex-main-file . "../thesis.tex") + '((tex-main-file . "./bandali-mmath-thesis.tex") + (tex-main-file . "../bandali-mmath-thesis.tex") + (flycheck-disabled-checkers emacs-lisp-checkdoc) + (tex-main-file . "./thesis.tex") + (tex-main-file . "../thesis.tex") (org-export-allow-bind-keywords . t) (eval load-file "thesis.el") (eval modify-syntax-entry 43 "'") @@ -181,7 +185,7 @@ '(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) + '(text-scale-mode-step 1.05 t) '(unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$")) '(vc-annotate-background "#282c34") '(vc-annotate-color-map diff --git a/init.el b/init.el index dc6d3f2..c6dd30c 100644 --- a/init.el +++ b/init.el @@ -935,8 +935,6 @@ (require 'bandali-yasnippet) -(comment - (use-package debbugs :bind (("C-c D d" . debbugs-gnu) @@ -962,6 +960,8 @@ (setq debbugs-gnu-current-suppress t) (debbugs-gnu debbugs-gnu-default-severities '("guix-patches")))))) +(comment + (use-package org-ref :init (b/setq-every '("~/usr/org/references.bib") -- 2.20.1