forked from colonelpanic/dotfiles
Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
27a4d13aef
@ -361,11 +361,6 @@ but provide support for writing custom elisp.
|
|||||||
(defun imalison:shut-up-around (function &rest args)
|
(defun imalison:shut-up-around (function &rest args)
|
||||||
(shut-up (apply function args))))
|
(shut-up (apply function args))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** pcache
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(use-package pcache
|
|
||||||
:demand t)
|
|
||||||
#+END_SRC
|
|
||||||
*** parse-csv
|
*** parse-csv
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package parse-csv
|
(use-package parse-csv
|
||||||
@ -1271,9 +1266,12 @@ This makes ~forward-word~ and ~backward-word~ understand snake and camel case.
|
|||||||
** proced
|
** proced
|
||||||
proced is an top like utility that runs inside of emacs. The following sets auto updating automatically and makes the update interval faster.
|
proced is an top like utility that runs inside of emacs. The following sets auto updating automatically and makes the update interval faster.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(require 'proced)
|
(use-package proced
|
||||||
(setq proced-auto-update-interval 1)
|
:defer t
|
||||||
(add-hook 'proced-mode-hook (lambda () (proced-toggle-auto-update +1)))
|
:config
|
||||||
|
(progn
|
||||||
|
(setq proced-auto-update-interval 1)
|
||||||
|
(add-hook 'proced-mode-hook (lambda () (proced-toggle-auto-update +1)))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Set epa program
|
** Set epa program
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -1456,7 +1454,7 @@ Paradox is a package.el extension. I have no use for it now that I use straight.
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
** winner
|
** winner
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package winner
|
(use-package winner
|
||||||
:commands (winner-undo winner-redo)
|
:commands (winner-undo winner-redo)
|
||||||
:bind ("C-c q" . imalison:winner-hydra/body)
|
:bind ("C-c q" . imalison:winner-hydra/body)
|
||||||
:config
|
:config
|
||||||
@ -2386,7 +2384,8 @@ Reduce indentation for some functions
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** overseer
|
**** overseer
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package overseer)
|
(use-package overseer
|
||||||
|
:defer t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** Misc
|
**** Misc
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
@ -7,7 +7,7 @@ function _setup_env {
|
|||||||
# This is in shellenv.sh now
|
# This is in shellenv.sh now
|
||||||
_python_setup
|
_python_setup
|
||||||
|
|
||||||
add_to_path "$HOME/.local/bin" "$HOME/.lib/bin" "$HOME/bin" --before
|
add_to_path "$HOME/.lib/bin" "$HOME/.local/bin" "$HOME/bin" --before
|
||||||
add_to_path "/usr/local/sbin" "/usr/local/bin" "/usr/bin" --after
|
add_to_path "/usr/local/sbin" "/usr/local/bin" "/usr/bin" --after
|
||||||
_ruby_setup
|
_ruby_setup
|
||||||
|
|
||||||
@ -22,6 +22,10 @@ function _setup_env {
|
|||||||
|
|
||||||
# This makes systemd aware of change to $PATH
|
# This makes systemd aware of change to $PATH
|
||||||
run_if_exists systemctl --user import-environment PATH DISPLAY XAUTHORITY HOME
|
run_if_exists systemctl --user import-environment PATH DISPLAY XAUTHORITY HOME
|
||||||
|
|
||||||
|
# To ensure that things in ~/.lib/bin take precedence
|
||||||
|
add_to_path "$HOME/.lib/bin" --before
|
||||||
|
|
||||||
export ENVIRONMENT_SETUP_DONE="$(date)"
|
export ENVIRONMENT_SETUP_DONE="$(date)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ packages:
|
|||||||
- '.'
|
- '.'
|
||||||
- location:
|
- location:
|
||||||
git: git@github.com:IvanMalison/xmonad.git
|
git: git@github.com:IvanMalison/xmonad.git
|
||||||
commit: 10b843ad21614994b7e12fafaf300f4267aa9e40
|
commit: 2e6312776bd277c775c32e35f9c763d3858e32a4
|
||||||
extra-dep: true
|
extra-dep: true
|
||||||
- location:
|
- location:
|
||||||
git: git@github.com:IvanMalison/xmonad-contrib.git
|
git: git@github.com:IvanMalison/xmonad-contrib.git
|
||||||
|
@ -433,12 +433,9 @@ chromeTabAction doSplit action selected =
|
|||||||
|
|
||||||
-- This needs access to X in order to unminimize, which means that it can't be
|
-- This needs access to X in order to unminimize, which means that it can't be
|
||||||
-- done with the existing window bringer interface
|
-- done with the existing window bringer interface
|
||||||
myWindowAct c@WindowBringerConfig { menuCommand = cmd
|
myWindowAct c@WindowBringerConfig {menuCommand = cmd, menuArgs = args} action = do
|
||||||
, menuArgs = args
|
|
||||||
} action =
|
|
||||||
do
|
|
||||||
visible <- visibleWindows
|
visible <- visibleWindows
|
||||||
ws <- windowMap' c { windowFilter = not . flip elem visible }
|
ws <- windowMap' c {windowFilter = not . flip elem visible}
|
||||||
-- chromeTabs <- liftIO getChromeTabInfo
|
-- chromeTabs <- liftIO getChromeTabInfo
|
||||||
let options = M.union (M.map Left ws) (M.map Right M.empty)
|
let options = M.union (M.map Left ws) (M.map Right M.empty)
|
||||||
selection <- DM.menuMapArgs cmd args options
|
selection <- DM.menuMapArgs cmd args options
|
||||||
|
Loading…
Reference in New Issue
Block a user