-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.def.h
33 lines (26 loc) · 1.08 KB
/
config.def.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* See LICENSE for license details */
/*
▄▀▀ ▀ █
▄▄▄ ▄▄▄ ▄ ▄▄ ▄▄█▄▄ ▄▄▄ ▄▄▄▄ █ ▄▄
█▀ ▀ █▀ ▀█ █▀ █ █ █ █▀ ▀█ █▀ █
█ █ █ █ █ █ █ █ █ █ █
▀█▄▄▀ ▀█▄█▀ █ █ █ ▄▄█▄▄ ▀█▄▀█ █ █ █
▄ █
▀▀
--------------------------------------------------------
Author: Nicola Ferru Aka NFVblog
*/
/* Text editor */
const static char editor[] = "emacs";
/* File manager */
const static char fm[] = "st -e ranger";
/* Authot name */
const static char author[] = "name";
/* Note directory*/
static char def_direct[] = "/home/nico/Documenti/Note/";
/* Default date format */
const static int defDateForm = 1;
/* Default note format */
static char def_format[] = "org";
/* Default html lang */
const static char def_lang[] = "en";