This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; sleepy-cat.el --- Animate an ascii cat in Emacs -*- lexical-binding: t; -*- | |
| ;; Copyright (C) 2024 Arthur Miller | |
| ;; Author: Arthur Miller <[email protected]> | |
| ;; Keywords: | |
| ;; This program is free software; you can redistribute it and/or modify | |
| ;; it under the terms of the GNU General Public License as published by | |
| ;; the Free Software Foundation, either version 3 of the License, or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Print the last 10 lines of each FILE to standard output. | |
| With more than one FILE, precede each with a header giving the file name. | |
| Mandatory arguments to long options are mandatory for short options too. | |
| -c, --bytes=[+]NUM output the last NUM bytes; or use -c +NUM to | |
| output starting with byte NUM of each file | |
| -f, --follow[={name|descriptor}] | |
| output appended data as the file grows; | |
| an absent option argument means 'descriptor' | |
| -F same as --follow=name --retry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; temp-edit-svg.el --- Edit svg in a temp buffer -*- lexical-binding: t; -*- | |
| ;; Copyright (C) 2025 Arthur Miller | |
| ;; Author: Arthur Miller <[email protected]> | |
| ;; Keywords: | |
| ;; This program is free software; you can redistribute it and/or modify | |
| ;; it under the terms of the GNU General Public License as published by | |
| ;; the Free Software Foundation, either version 3 of the License, or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; cua-mini.el --- Override standard bindings with CUA-bindings -*- lexical-binding: t; -*- | |
| ;; Copyright (C) 2024 Arthur Miller | |
| ;; Author: Arthur Miller <[email protected]> | |
| ;; Keywords: | |
| ;; This program is free software; you can redistribute it and/or modify | |
| ;; it under the terms of the GNU General Public License as published by | |
| ;; the Free Software Foundation, either version 3 of the License, or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; buffer-faces.el --- show all faces being used in a buffer -*- lexical-binding: t -*- | |
| ;; Copyright (C) 2025 Arthur Miller | |
| ;; Author: Arthur Miller <[email protected]> | |
| ;; Keywords: | |
| ;; This program is free software; you can redistribute it and/or modify | |
| ;; it under the terms of the GNU General Public License as published by | |
| ;; the Free Software Foundation, either version 3 of the License, or |
OlderNewer