summaryrefslogtreecommitdiff
path: root/sample.conf
blob: 4428d6db06c148c4dacfa197bb1ddc27e36a7383 (plain)
    1 # This config file is for overriding any defaults.
    2 # It is NOT necessary
    3 #
    4 # To use this, place it at $HOME/.config/noteless.conf and change variables as
    5 # wanted.
    6 
    7 # Path to store the notes in
    8 # Default: ~/Documents/Notes
    9 #path  /home/username/Documents/Notes
   10 
   11 # Extension of all notes
   12 # Default: mdown
   13 #extension   mdown
   14 
   15 # Path to the editor
   16 # Default: vi (unless environmental variable EDITOR is set)
   17 #editor   vim

Generated by cgit