mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
updated hostname.asd, so now package.lisp can be removed
This commit is contained in:
parent
7e9e9a002b
commit
e442dc5907
|
|
@ -6,6 +6,5 @@
|
|||
:license "2-CLAUSE BSD (see COPYRIGHT file for details)"
|
||||
:depends-on (#:stumpwm)
|
||||
:serial t
|
||||
:components ((:file "package")
|
||||
(:file "hostname")))
|
||||
:components ((:file "hostname")))
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
;; Put %h in your modeline format string to show your hostname
|
||||
;;
|
||||
|
||||
(defpackage #:hostname
|
||||
(:use #:cl :stumpwm))
|
||||
|
||||
(in-package #:hostname)
|
||||
|
||||
(defun fmt-hostname (ml)
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
;;;; hostname
|
||||
|
||||
(defpackage #:hostname
|
||||
(:use #:cl :stumpwm))
|
||||
Loading…
Reference in a new issue