Merge branch 'master' of git.awful.club:jowj/chd

master
Josiah Ledbetter 3 years ago
commit f6c32eae72

@ -21,6 +21,9 @@
(use-package flycheck
:ensure t)
; helps with LSP, generally.
(yas-global-mode 1)
; Let's set up company! perhaps not necessary but this is what i like to use
(use-package company
:ensure t

@ -0,0 +1,12 @@
[distutils]
index-servers =
pypi
pypitest
[pypi]
username = jowj
[pypitest]
repository = https://test.pypi.org/legacy/
username = jowj

@ -40,8 +40,13 @@
"Start Emacs or switch to it, if it is already running."
(run-shell-command "rofi -combi-modi window,drun,ssh -theme purple -font 'hack 10' -show combi"))
(defcommand jlj/scrot () ()
"Run scrot!"
(run-shell-command "sleep 0.2 && scrot -s -e 'mv $f ~/Pictures/screenshots/'"))
(define-key *root-map* (kbd "R") "restart-hard")
(define-key *top-map* (kbd "M-SPC") "jlj/rofi")
(define-key *top-map* (kbd "C-M-s-S") "jlj/scrot")
;; group management
;;;; note that this is still the hyper key, its just that shift + 1 = !, etc.

Loading…
Cancel
Save