From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?UTF-8?Q?=E0=B0=9C=E0=B0=BF=E0=B0=82=E0=B0=A6=E0=B0=82_=E0=B0=B5?= =?UTF-8?Q?=E0=B0=BE=E0=B0=90=E0=B0=BF?= Newsgroups: gmane.emacs.help Subject: multiple configuration files_ is this correct method? Date: Tue, 17 Oct 2023 04:59:12 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22484"; mail-complaints-to="usenet@ciao.gmane.io" To: Help-gnu Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Oct 17 01:30:08 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qsX2F-0005g9-2c for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 17 Oct 2023 01:30:08 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qsX1X-0000GK-Jg; Mon, 16 Oct 2023 19:29:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qsX1W-0000E4-86 for help-gnu-emacs@gnu.org; Mon, 16 Oct 2023 19:29:22 -0400 Original-Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qsX1T-0004vH-4I for help-gnu-emacs@gnu.org; Mon, 16 Oct 2023 19:29:21 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id B1BE241A86 for ; Tue, 17 Oct 2023 01:29:13 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3qoTJmdXXznE for ; Tue, 17 Oct 2023 01:29:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1697498952; bh=bqidBzwkta3ywaHGoX1XgzLNr7nzUsHS+SH3+InsuyI=; h=Date:From:To:Subject; b=LjeStCGfLF2FV8KsBIxSX3TFGYAJIh6wXLidWzT5J6LHziW5IObOUyq6DfmkZxkRC wZrtqbd1XJASk+0V+gC3tH19seErQ/Ho3PKfmm20qKNCUAlSuJM7mebbFU5wAbi8r8 Z/bQCXUoJWSDlh5M1YtOzIPYUjBStJX3fmEmfWmAaGP+CM9bc0JmK3k9aUGcnn/FJ0 Pu7D3GQCcHVmna/LhHHjHNYeIYI1NjPxtz1Nfk9aDy6NU+Z4WltyU3OCqTP/Pky8ix XUynQWTwjRaf/YZs9d8zCJba/XYwHmIeIjwJYUxQ7hkdpO+ZugMk7+sowPMDDfmtGv 4D0xj/kuMWq0A== X-Sender: jindam.vani@disroot.org Received-SPF: pass client-ip=178.21.23.139; envelope-from=jindam.vani@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145301 Archived-At: * i am on debian bookworm from proot-distro [ 1 ] * login method_ $ proot-distro login debian * as of now, i have two configurations_ default and irc * i am trying to use multiple configurations concurrently by launching from menu on twm: "1" f.exec "emacs-lucid -l ~/.config/emacs/irc/init.el &" * is code correct? * files in .config/emacs * .config/emacs/default_ * init.el ;;; Personal configuration -*- lexical-binding: t -*- ;; Save the contents of this file under ~/.emacs.d/init.el ;; Do not forget to use Emacs' built-in help system: ;; Use C-h C-h to get an overview of all help commands. All you ;; need to know about Emacs (what commands exist, what functions do, ;; what variables specify), the help system can provide. ;; Add the NonGNU ELPA package archive ;; (require 'package) ;; (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")) ;; (unless package-archive-contents (package-refresh-contents)) ;; Miscellaneous options ;; Store automatic customisation options elsewhere (setq custom-file (locate-user-emacs-file "~/.config/emacs/default/custom.el")) (when (file-exists-p custom-file) (load custom-file)) * custom.el (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(auto-save-default nil) '(create-lockfiles nil) '(debug-on-error t) '(make-backup-files nil)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) * .config/emacs/irc_ * init.el_ ;;; Personal configuration -*- lexical-binding: t -*- ;; Save the contents of this file under ~/.emacs.d/init.el ;; Do not forget to use Emacs' built-in help system: ;; Use C-h C-h to get an overview of all help commands. All you ;; need to know about Emacs (what commands exist, what functions do, ;; what variables specify), the help system can provide. ;; Add the NonGNU ELPA package archive ;; (require 'package) ;; (add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/")) ;; (unless package-archive-contents (package-refresh-contents)) ;; Miscellaneous options ;; Store automatic customisation options elsewhere (setq custom-file (locate-user-emacs-file "~/.config/emacs/irc/custom.el")) (when (file-exists-p custom-file) (load custom-file)) * custom.el (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(auto-save-default nil) '(create-lockfiles nil) '(debug-on-error t) '(make-backup-files nil)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) ;;; IRC Client ;; Connect to Librea (setq rcirc-server-alist '(("irc.libera.chat" :channels ("#emacs") :port 6697 :encryption tls))) ;; Set your IRC nick (setq rcirc-default-nick "jindam") (add-hook 'rcirc-mode-hook #'rcirc-track-minor-mode) (add-hook 'rcirc-mode-hook #'rcirc-omit-mode) [ 1 ] https://github.com/termux/proot-distro -- regards, జిందం వాఐి [ jindam, vani ] web_ http://zjlz2bde5g34r7ek6fvstafhbhl5s76gyqj6yni6js7jbn4i3baukpid.onion [matrix]_ @jindam.vani:oikei.net