1
0
Files
nix-shared/home/develop/emacs/snippets/cmake-mode/hr

7 lines
150 B
Plaintext
Raw Normal View History

# -*- mode: snippet; require-final-newline: nil -*-
# name: hr
# key: hr
# binding: direct-keybinding
# --
`(make-string (- 80 (current-column)) ?#)`