use-package debbugs
authorAmin Bandali <bandali@gnu.org>
Tue, 21 Jul 2020 13:27:01 +0000 (09:27 -0400)
committerAmin Bandali <bandali@gnu.org>
Tue, 21 Jul 2020 13:27:01 +0000 (09:27 -0400)
.gitmodules
etc/custom.el
init.el

index 8465dc5..c9c41e5 100644 (file)
 [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
index a831542..603eb96 100644 (file)
@@ -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"
       ("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)
  '(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 "'")
  '(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 (file)
--- a/init.el
+++ b/init.el
 
 (require 'bandali-yasnippet)
 
-(comment
-
 (use-package debbugs
   :bind
   (("C-c D d" . debbugs-gnu)
       (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")