changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: bump

changeset 10: 72c5d8f26db2
parent 9: cd83e87a9735
child 11: 6816836cec5c
child 17: 5e41330fc0ce
author: Richard Westhaver <ellis@rwest.io>
date: Tue, 14 May 2024 14:44:30 -0400
files: .bashrc .config/systemd/emacs.service .config/systemd/user/default.target.wants/emacs.service .homerc .stumpwm.d/init.lisp
description: bump
     1.1--- a/.bashrc	Mon May 13 20:27:47 2024 -0400
     1.2+++ b/.bashrc	Tue May 14 14:44:30 2024 -0400
     1.3@@ -35,8 +35,8 @@
     1.4     emacsclient -c -e "(man \"$1\")"
     1.5 }
     1.6 
     1.7-alias ec='emacsclient -c'
     1.8-alias et='emacsclient -t'
     1.9+alias ec='emacsclient -c -a='
    1.10+alias et='emacsclient -t -a='
    1.11 alias lr='rlwrap sbcl'
    1.12 alias hgpu='hg pull -u'
    1.13 alias hgc='hg ci -m'
     2.1--- a/.config/systemd/emacs.service	Mon May 13 20:27:47 2024 -0400
     2.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3@@ -1,20 +0,0 @@
     2.4-# very important to run systemd-user-env.sh before this
     2.5-[Unit]
     2.6-Description=Emacs text editor
     2.7-Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
     2.8-
     2.9-[Service]
    2.10-Type=notify
    2.11-ExecStart=emacs --fg-daemon
    2.12-
    2.13-# Emacs will exit with status 15 after having received SIGTERM, which
    2.14-# is the default "KillSignal" value systemd uses to stop services.
    2.15-SuccessExitStatus=15
    2.16-
    2.17-# The location of the SSH auth socket varies by distribution, and some
    2.18-# set it from PAM, so don't override by default.
    2.19-# Environment=SSH_AUTH_SOCK=%t/keyring/ssh
    2.20-Restart=on-failure
    2.21-
    2.22-[Install]
    2.23-WantedBy=default.target
     3.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2+++ b/.config/systemd/user/default.target.wants/emacs.service	Tue May 14 14:44:30 2024 -0400
     3.3@@ -0,0 +1,19 @@
     3.4+[Unit]
     3.5+Description=Emacs text editor
     3.6+Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
     3.7+
     3.8+[Service]
     3.9+Type=notify
    3.10+ExecStart=/usr/local/bin/emacs --fg-daemon
    3.11+
    3.12+# Emacs will exit with status 15 after having received SIGTERM, which
    3.13+# is the default "KillSignal" value systemd uses to stop services.
    3.14+SuccessExitStatus=15
    3.15+
    3.16+# The location of the SSH auth socket varies by distribution, and some
    3.17+# set it from PAM, so don't override by default.
    3.18+# Environment=SSH_AUTH_SOCK=%t/keyring/ssh
    3.19+Restart=on-failure
    3.20+
    3.21+[Install]
    3.22+WantedBy=default.target
     4.1--- a/.homerc	Mon May 13 20:27:47 2024 -0400
     4.2+++ b/.homerc	Tue May 14 14:44:30 2024 -0400
     4.3@@ -1,10 +1,8 @@
     4.4 ;;; -*- mode:skel; -*-
     4.5 :user ellis
     4.6 :packy "~/.packy"
     4.7-:wm stumpwm
     4.8-:shell bash
     4.9-:browser chromium
    4.10-:editor emacs
    4.11-:stash "~/stash"
    4.12-:store "~/store"
    4.13-:src "~/comp/home"
    4.14+:wm :stumpwm
    4.15+:shell :bash
    4.16+:browser "/usr/bin/chromium"
    4.17+:editor :emacs
    4.18+:src "~/dev/comp/home/"
     5.1--- a/.stumpwm.d/init.lisp	Mon May 13 20:27:47 2024 -0400
     5.2+++ b/.stumpwm.d/init.lisp	Tue May 14 14:44:30 2024 -0400
     5.3@@ -1,7 +1,7 @@
     5.4 (require :stumpwm)
     5.5-(require :swank)
     5.6+;; (require :swank)
     5.7 (in-package :stumpwm)
     5.8-(swank-loader:init)
     5.9+;; (swank-loader:init)
    5.10 
    5.11 (setq *mouse-focus-policy*    :sloppy
    5.12       *float-window-modifier* :SUPER
    5.13@@ -11,7 +11,7 @@
    5.14 (set-module-dir "/usr/share/stupmwm/contrib/")
    5.15 (init-load-path *module-dir*)
    5.16 
    5.17-(setf *window-format* "%m%n%s%c")
    5.18+;;(setf *window-format* "%m%n%s%c")
    5.19 (setf *screen-mode-line-format* (list "[^B%n^b] %W^>%d"))
    5.20 
    5.21 (setf *time-modeline-string* "%a %b %e %k:%M")