changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: emacs config

changeset 70: ba99e803354d
parent 69: 5c83bc96dbbf
child 71: a535b1cb81f2
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 22 Jul 2024 21:16:50 -0400
files: .emacs.d/operator.el
description: emacs config
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/.emacs.d/operator.el	Mon Jul 22 21:16:50 2024 -0400
     1.3@@ -0,0 +1,29 @@
     1.4+;;; operator.el --- Operator Emacs Config -*- lexical-binding: t; -*-
     1.5+
     1.6+;; Copyright (C) 2024  Richard Westhaver
     1.7+
     1.8+;; Author: Richard Westhaver <richard.westhaver@gmail.com>
     1.9+;; Keywords: 
    1.10+
    1.11+;; This program is free software; you can redistribute it and/or modify
    1.12+;; it under the terms of the GNU General Public License as published by
    1.13+;; the Free Software Foundation, either version 3 of the License, or
    1.14+;; (at your option) any later version.
    1.15+
    1.16+;; This program is distributed in the hope that it will be useful,
    1.17+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.18+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.19+;; GNU General Public License for more details.
    1.20+
    1.21+;; You should have received a copy of the GNU General Public License
    1.22+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
    1.23+
    1.24+;;; Commentary:
    1.25+
    1.26+;; 
    1.27+
    1.28+;;; Code:
    1.29+
    1.30+(setopt default-theme 'modus-vivendi-tritanopia)
    1.31+(when (linux-p) (setq dired-listing-switches "-alsh"))
    1.32+;;; operator.el ends here