Procházet zdrojové kódy

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr před 10 roky
rodič
revize
5285d4503a
2 změnil soubory, kde provedl 7 přidání a 5 odebrání
  1. +5
    -4
      emacs.el
  2. +2
    -1
      profile

+ 5
- 4
emacs.el Zobrazit soubor

@@ -1889,10 +1889,11 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."

(define-key ctl-x-map "s" 'my-rgrep)

(defun make ()
"Run \"make -k\" in current directory."
(interactive)
(compile "make -k"))
;; (defun make ()
;; "Run \"make -k\" in current directory."
;; (interactive)
;; (compile "make -k"))
(defalias 'make 'compile)

(defvar sed-in-place-history nil
"History of `sed-in-place'")


+ 2
- 1
profile Zobrazit soubor

@@ -38,4 +38,5 @@ export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$_python_pkg_conf"
#export MANPATH="`manpath`:$HOME/.local/share/man"

# in my environment powerdown does not work
type setterm >/dev/null 2>&1 && setterm -blank 30 -powersave on # -powerdown 10
test -z "$SSH_CONNECTION" && \
type setterm >/dev/null 2>&1 && setterm -blank 30 -powersave on # -powerdown 10

Načítá se…
Zrušit
Uložit