;; Per-directory local variables for GNU Emacs 23 and later. ((nil . ((fill-column . 78) (tab-width . 8) (sentence-end-double-space . t) ;; For use with 'bug-reference-prog-mode'. (bug-reference-url-format . "http://bugs.gnu.org/%s") (bug-reference-bug-regexp . "") ;; Emacs-Guix (eval . (setq-local guix-directory (locate-dominating-file default-directory ".dir-locals.el"))) ;; Geiser ;; This allows automatically setting the `geiser-guile-load-path' ;; variable when using various Guix checkouts (e.g., via git worktrees). (eval . (let ((root-dir-unexpanded (locate-dominating-file default-directory ".dir-locals.el"))) ;; While Guix should in theory always have a .dir-locals.el ;; (we are reading this file, after all) there seems to be a ;; strange problem where this code "escapes" to some other buffers, ;; at least vc-mode. See: ;; https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00296.html ;; Upstream report: ;; Hence the following "when", which might otherwise be unnecessary;
aboutsummaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-06-25 11:44:14 +0200
committerWojtek Kosior <koszko@koszko.org>2021-06-25 11:48:21 +0200
commitb93f26bf5bc84fc013ceef86f0f9905adb45b552 (patch)
tree331b0294df3a6b0ab45cd2fabd0b49068d4cb79a /icons
parentc744eb0ef712cb8391b5092c988a200fd1c0a192 (diff)
downloadbrowser-extension-b93f26bf5bc84fc013ceef86f0f9905adb45b552.tar.gz
browser-extension-b93f26bf5bc84fc013ceef86f0f9905adb45b552.zip
gather all copyright info in 'copyright' file
Diffstat (limited to 'icons')
0 files changed, 0 insertions, 0 deletions
call-with-retrying-savepoint 'scheme-indent-function 1)) (eval . (put 'call-with-container 'scheme-indent-function 1)) (eval . (put 'container-excursion 'scheme-indent-function 1)) (eval . (put 'eventually 'scheme-indent-function 1)) (eval . (put 'call-with-progress-reporter 'scheme-indent-function 1)) (eval . (put 'with-repository 'scheme-indent-function 2)) (eval . (put 'with-temporary-git-repository 'scheme-indent-function 2)) (eval . (put 'with-environment-variables 'scheme-indent-function 1)) (eval . (put 'with-fresh-gnupg-setup 'scheme-indent-function 1)) (eval . (put 'with-paginated-output-port 'scheme-indent-function 1)) ;; This notably allows '(' in Paredit to not insert a space when the ;; preceding symbol is one of these. (eval . (modify-syntax-entry ?~ "'")) (eval . (modify-syntax-entry ?$ "'")) (eval . (modify-syntax-entry ?+ "'")))) (emacs-lisp-mode . ((indent-tabs-mode . nil))) (texinfo-mode . ((indent-tabs-mode . nil) (fill-column . 72))))