Changeset 2c38fb6 in dotfiles for wm


Ignore:
Timestamp:
Nov 6, 2019, 9:56:00 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
fe3aad2
Parents:
4cb301c
git-author:
Mikhail Kirillov <w96k@…> (11/06/19 17:48:54)
git-committer:
Mikhail Kirillov <w96k@…> (11/06/19 21:56:00)
Message:

Add emacs server and emacs client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wm/.stumpwmrc

    r4cb301c r2c38fb6  
    3636(defcommand icecat () ()
    3737  "Start Icecat or switch to it, if it is already running."
    38   (run-or-raise "icecat" '(:class "IceCat")))
     38  (run-or-raise "icecat" '(:class "Icecat")))
    3939(define-key *root-map* (kbd "B") "icecat")
    4040
     
    4848(define-key *root-map* (kbd "C") "exec urxvt")
    4949
     50;; Change emacs to emacsclient
     51(defcommand emacsclient () ()
     52  "Start Urxvt or switch to it, if it is already running."
     53  (run-or-raise "emacsclient -c -a emaces" '(:class "Emacs")))
     54(define-key *root-map* (kbd "e") "emacsclient -c -a emaces")
     55
    5056;; Volume Management
    5157(progn
Note: See TracChangeset for help on using the changeset viewer.