help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Spaces rather than tabs by a major mode hook


From: Emanuel Berg
Subject: Re: Spaces rather than tabs by a major mode hook
Date: Sat, 11 Jun 2022 01:17:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Yuri Khan wrote:

> Major modes where spaces or tabs are syntactically
> significant, such as makefile-mode and python-mode, already
> override indent-tabs-mode.
>
> Set indent-tabs-mode for your global preference. Deal with
> exceptions on a case-by-case basis, when and if you
> encounter them.

Newlines are also syntactically significant here and there and
it's a slanting plane:

#! /bin/zsh
#
# this file:
#   https://dataswamp.org/~incal/conf/.zsh/music

play-music () {
    clear
    local dir=~/mm/m

    mpv \
        --no-resume-playback \
        --shuffle            \
        --vo=null            \
        --volume=37          \
                             ${dir}/**/*.(mkv|mp4|webm)(N)
}

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]