Compare commits
No commits in common. "11933cbafad5baf4a910be777ed4a994635a0163" and "aa45d8092f44b29953873eab0e2968a89529bc3d" have entirely different histories.
11933cbafa
...
aa45d8092f
|
@ -35,10 +35,6 @@ when this is not the case"
|
||||||
(after! doom-modeline
|
(after! doom-modeline
|
||||||
(setq doom-modeline-persp-name t))
|
(setq doom-modeline-persp-name t))
|
||||||
|
|
||||||
;; pdf-tools
|
|
||||||
;; Always use midnight view with pdf-tools
|
|
||||||
(add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode)
|
|
||||||
|
|
||||||
;; Also from Tecosaur's config (modified slightly): better window title
|
;; Also from Tecosaur's config (modified slightly): better window title
|
||||||
(setq frame-title-format
|
(setq frame-title-format
|
||||||
'(""
|
'(""
|
||||||
|
|
|
@ -94,7 +94,6 @@
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
;;gist ; interacting with github gists
|
;;gist ; interacting with github gists
|
||||||
just
|
|
||||||
lookup ; navigate your code and its documentation
|
lookup ; navigate your code and its documentation
|
||||||
(lsp +peek) ; M-x vscode
|
(lsp +peek) ; M-x vscode
|
||||||
magit ; a git porcelain for Emacs
|
magit ; a git porcelain for Emacs
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
;;; tools/just/config.el -*- lexical-binding: t; -*-
|
|
||||||
|
|
||||||
(use-package! just-mode)
|
|
||||||
|
|
||||||
(use-package! justl
|
|
||||||
:config
|
|
||||||
(map! :n "e" 'justl-exec-recipe))
|
|
|
@ -1,5 +0,0 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
|
||||||
;;; tools/just/packages.el
|
|
||||||
|
|
||||||
(package! just-mode :pin "35f1bd4748cd3e960e6930b34310e5506212b304")
|
|
||||||
(package! justl :pin "4dc372cb416912c795ae1fca62081d5aea0b2703")
|
|
|
@ -1,7 +0,0 @@
|
||||||
# -*- mode: snippet -*-
|
|
||||||
# name: "rightarrow"
|
|
||||||
# uuid:
|
|
||||||
# key: rarr
|
|
||||||
# condition: t
|
|
||||||
# --
|
|
||||||
\rightarrow
|
|
|
@ -36,8 +36,7 @@
|
||||||
prune = true
|
prune = true
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
# ff = only
|
ff = only
|
||||||
rebase = true
|
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|
Loading…
Reference in New Issue